summaryrefslogtreecommitdiff
path: root/source3/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source3/aclocal.m4')
-rw-r--r--source3/aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/aclocal.m4 b/source3/aclocal.m4
index 5d9070fcd9..744acf6a1b 100644
--- a/source3/aclocal.m4
+++ b/source3/aclocal.m4
@@ -55,6 +55,7 @@ AC_DEFUN(SMB_MODULE,
AC_MSG_RESULT([shared])
elif test x"$DEST" = xSTATIC; then
[init_static_modules_]translit([$4], [A-Z], [a-z])="$[init_static_modules_]translit([$4], [A-Z], [a-z]) $1_init();"
+ string_static_modules="$string_static_modules $1"
$4_STATIC="$$4_STATIC $2"
AC_SUBST($4_STATIC)
AC_MSG_RESULT([static])