diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-05 17:15:24 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-05 17:15:24 +0000 |
commit | 8e410d6b09b328dc2aff77650bd6e3304922d662 (patch) | |
tree | 51e27e95e8d3baa8fa11fb3c489893b7cc80c41f | |
parent | be80211e357ae16ddee1ae228ca9df79d4207799 (diff) | |
download | samba-8e410d6b09b328dc2aff77650bd6e3304922d662.tar.gz samba-8e410d6b09b328dc2aff77650bd6e3304922d662.tar.bz2 samba-8e410d6b09b328dc2aff77650bd6e3304922d662.zip |
Don't generate ../examples/pdb/mysql/Makefile and ../examples/pdb/xml/Makefile
(This used to be commit e8a77556477a0ec0c83786e0c66c2caaf473ea50)
-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 92760a27d9..47856eaec3 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -3160,7 +3160,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/sam/Makefile) ################################################# # Print very concise instructions on building/use |