summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-09-06 13:05:04 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-09-06 13:05:04 +0000
commit337668fd88c098f9d0daaa9aea12ddc5c1c3db9e (patch)
tree990ace0109f930ea00afe6b7659fb3662c710624 /source3/configure.in
parent6c8e4faba19b78b8147ca9274ce65551ec27cba5 (diff)
downloadsamba-337668fd88c098f9d0daaa9aea12ddc5c1c3db9e.tar.gz
samba-337668fd88c098f9d0daaa9aea12ddc5c1c3db9e.tar.bz2
samba-337668fd88c098f9d0daaa9aea12ddc5c1c3db9e.zip
Make it possible to actually build these modules - process the Makefile.in at
the end of configure. (This used to be commit 6953db6a98432cfbb946dd2d3cbe64e7dee0b71d)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 168a6f4746..32c2fe114b 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2828,7 +2828,7 @@ AC_SUBST(builddir)
# I added make files that are outside /source directory.
# I know this is not a good solution, will work out a better
# solution soon. --simo
-AC_OUTPUT(include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/VFS/block/Makefile ../examples/VFS/netatalk/Makefile ../examples/pdb/mysql/Makefile ../examples/pdb/xml/Makefile)
+AC_OUTPUT(include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/VFS/block/Makefile ../examples/VFS/netatalk/Makefile ../examples/pdb/mysql/Makefile ../examples/pdb/xml/Makefile ../examples/sam/Makefile)
#################################################
# Print very concise instructions on building/use