From 56f2e80d581243f93123f39a54169c74a4a08cbd Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 15 Mar 2004 16:14:04 +0000 Subject: include swatdir in 'make showlayout' (This used to be commit b1115c0fc507e82d828ccbb5853734a964701cd2) --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') 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 -- cgit