From b02216b93f4a14fa9c8bcdef3fb4171ec75e76ab Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 14 Aug 2008 23:18:28 +0200 Subject: Makefile: print codepagedir in "make showlayout". Michael (This used to be commit a823733b91958adf938214113e6875315c6ae5b2) --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 938d711827..3ac09f325f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -2548,6 +2548,7 @@ showlayout:: @echo " lockdir: $(LOCKDIR)" @echo " piddir: $(PIDDIR)" @echo " swatdir: $(SWATDIR)" + @echo " codepagedir: $(CODEPAGEDIR)" uninstall:: uninstallman uninstallservers uninstallbin @UNINSTALL_CIFSMOUNT@ @UNINSTALL_CIFSUPCALL@ uninstallscripts uninstalldat uninstallswat uninstallmodules uninstalllibs @UNINSTALL_PAM_MODULES@ -- cgit