diff options
author | Michael Adam <obnox@samba.org> | 2008-08-14 23:18:28 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-15 23:19:55 +0200 |
commit | b02216b93f4a14fa9c8bcdef3fb4171ec75e76ab (patch) | |
tree | abe1e3e7e4a6b2cc46a3492f243967c985663ebd /source3 | |
parent | dfd27586db20ad57001fb75052b72ebfdb8262fd (diff) | |
download | samba-b02216b93f4a14fa9c8bcdef3fb4171ec75e76ab.tar.gz samba-b02216b93f4a14fa9c8bcdef3fb4171ec75e76ab.tar.bz2 samba-b02216b93f4a14fa9c8bcdef3fb4171ec75e76ab.zip |
Makefile: print codepagedir in "make showlayout".
Michael
(This used to be commit a823733b91958adf938214113e6875315c6ae5b2)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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@ |