diff options
author | Michael Adam <obnox@samba.org> | 2008-08-15 00:46:46 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-15 23:19:57 +0200 |
commit | bcb868e4340a856c4009450479628088a8a1628c (patch) | |
tree | eb6528d05a3ddff32131b7b8f49f0a00b17eec2e | |
parent | 34309f097f5c7321930bf6c2ea2447de1008130c (diff) | |
download | samba-bcb868e4340a856c4009450479628088a8a1628c.tar.gz samba-bcb868e4340a856c4009450479628088a8a1628c.tar.xz samba-bcb868e4340a856c4009450479628088a8a1628c.zip |
buildoptions: output MODULESDIR.
Michael
-rw-r--r-- | source/script/mkbuildoptions.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/script/mkbuildoptions.awk b/source/script/mkbuildoptions.awk index c4e257f64dd..02562cf7b2e 100644 --- a/source/script/mkbuildoptions.awk +++ b/source/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());"; |