summaryrefslogtreecommitdiff
path: root/examples/VFS/configure.in
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2007-03-08 17:06:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:29 -0500
commit70d5f417ab7abf1ac41db72e2cbaee5ccda51a2e (patch)
treecdd54afcfb57a0caeafa23dc4cfd5bb1425d99fb /examples/VFS/configure.in
parentdb32963181843c0ae425ee5a3bb517010ab0bf0f (diff)
downloadsamba-70d5f417ab7abf1ac41db72e2cbaee5ccda51a2e.tar.gz
samba-70d5f417ab7abf1ac41db72e2cbaee5ccda51a2e.tar.bz2
samba-70d5f417ab7abf1ac41db72e2cbaee5ccda51a2e.zip
r21762: Fix the build by enabling shared modules and adding the config.*
files. Add norify_watch and chflags operations. Fix a bunch of warnings. (This used to be commit 1106db7ea148253e3b5f0806b2d5efcd094b202e)
Diffstat (limited to 'examples/VFS/configure.in')
-rw-r--r--examples/VFS/configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/VFS/configure.in b/examples/VFS/configure.in
index e96101b091..b8e10d482b 100644
--- a/examples/VFS/configure.in
+++ b/examples/VFS/configure.in
@@ -182,6 +182,10 @@ PICFLAGS=""
PICSUFFIX="po"
SHLIBEXT="so"
+# Since we are not embedded in the Samba tree, building shared modules is
+# really the only option.
+enable_shared=yes
+
if test "$enable_shared" = "yes"; then
# this bit needs to be modified for each OS that is suported by
# smbwrapper. You need to specify how to created a shared library and