From 8b795534bd849bc0d1d442bf1b291059d5266d5c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 22 Sep 2009 23:23:02 +0200 Subject: build: add datadir to "make showlayout" Michael --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/Makefile.in b/source3/Makefile.in index 1b936312ea..abd005a0ef 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3095,6 +3095,7 @@ showlayout:: @echo " cachedir: $(CACHEDIR)" @echo " piddir: $(PIDDIR)" @echo " swatdir: $(SWATDIR)" + @echo " datadir: ${DATADIR}" @echo " codepagedir: $(CODEPAGEDIR)" -- cgit