summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-10-30 06:46:23 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-10-30 06:46:23 +0000
commiteed4e92c52e296bb4e2029f3302d6f59be905860 (patch)
tree606a7484d82ba7caf57f728994932500f5b75b54 /source3/configure.in
parentb786afe1aee98d974969b927d98bc040436520b1 (diff)
downloadsamba-eed4e92c52e296bb4e2029f3302d6f59be905860.tar.gz
samba-eed4e92c52e296bb4e2029f3302d6f59be905860.tar.bz2
samba-eed4e92c52e296bb4e2029f3302d6f59be905860.zip
Don't build Makefile for examples/sam
(This used to be commit 0dd0f68b0f879d16f9b0895d7abee79ee3646069)
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 b37f214140..0275c7b318 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3131,7 +3131,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/pdb/mysql/Makefile ../examples/pdb/xml/Makefile ../examples/sam/Makefile)
+AC_OUTPUT(include/stamp-h Makefile script/findsmb ../examples/VFS/Makefile ../examples/pdb/mysql/Makefile ../examples/pdb/xml/Makefile)
#################################################
# Print very concise instructions on building/use