diff options
author | Gerald Carter <jerry@samba.org> | 2004-03-15 16:14:04 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2004-03-15 16:14:04 +0000 |
commit | 56f2e80d581243f93123f39a54169c74a4a08cbd (patch) | |
tree | e4ee95b5d0d7f8270722e152c4a80d23fefd826f /source3 | |
parent | dbe9e8a4cbd266990a68f66559bcaff896bc4d51 (diff) | |
download | samba-56f2e80d581243f93123f39a54169c74a4a08cbd.tar.gz samba-56f2e80d581243f93123f39a54169c74a4a08cbd.tar.bz2 samba-56f2e80d581243f93123f39a54169c74a4a08cbd.zip |
include swatdir in 'make showlayout'
(This used to be commit b1115c0fc507e82d828ccbb5853734a964701cd2)
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 ff4195f496..358d1e144b 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1321,6 +1321,7 @@ showlayout: @echo " configdir: $(CONFIGDIR)" @echo " lockdir: $(LOCKDIR)" @echo " piddir: $(PIDDIR)" + @echo " swatdir: $(SWATDIR)" uninstall: uninstallman uninstallbin uninstallscripts uninstallmodules |