diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-10-30 06:46:23 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-10-30 06:46:23 +0000 |
commit | eed4e92c52e296bb4e2029f3302d6f59be905860 (patch) | |
tree | 606a7484d82ba7caf57f728994932500f5b75b54 | |
parent | b786afe1aee98d974969b927d98bc040436520b1 (diff) | |
download | samba-eed4e92c52e296bb4e2029f3302d6f59be905860.tar.gz samba-eed4e92c52e296bb4e2029f3302d6f59be905860.tar.bz2 samba-eed4e92c52e296bb4e2029f3302d6f59be905860.zip |
Don't build Makefile for examples/sam
(This used to be commit 0dd0f68b0f879d16f9b0895d7abee79ee3646069)
-rw-r--r-- | source3/configure.in | 2 |
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 |