summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-15 00:46:46 +0200
committerMichael Adam <obnox@samba.org>2008-08-15 23:19:57 +0200
commite069372ef887fdbb2985a926f2c4d4db17835522 (patch)
treec358e2f7c5fd2c91a2781761053fd6bc27282f24 /source3/script
parentcc83d5b9f114a6ff1a7d6e1f0ed08c2fc35f53a0 (diff)
downloadsamba-e069372ef887fdbb2985a926f2c4d4db17835522.tar.gz
samba-e069372ef887fdbb2985a926f2c4d4db17835522.tar.bz2
samba-e069372ef887fdbb2985a926f2c4d4db17835522.zip
buildoptions: output MODULESDIR.
Michael (This used to be commit bcb868e4340a856c4009450479628088a8a1628c)
Diffstat (limited to 'source3/script')
-rw-r--r--source3/script/mkbuildoptions.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/script/mkbuildoptions.awk b/source3/script/mkbuildoptions.awk
index c4e257f64d..02562cf7b2 100644
--- a/source3/script/mkbuildoptions.awk
+++ b/source3/script/mkbuildoptions.awk
@@ -84,6 +84,7 @@ BEGIN {
print " output(screen,\" LMHOSTSFILE: %s\\n\",get_dyn_LMHOSTSFILE());";
print " output(screen,\" LIBDIR: %s\\n\",get_dyn_LIBDIR());";
+ print " output(screen,\" MODULESDIR: %s\\n\",get_dyn_MODULESDIR());";
print " output(screen,\" SHLIBEXT: %s\\n\",get_dyn_SHLIBEXT());";
print " output(screen,\" LOCKDIR: %s\\n\",get_dyn_LOCKDIR());";