From 8e410d6b09b328dc2aff77650bd6e3304922d662 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 5 Nov 2002 17:15:24 +0000 Subject: Don't generate ../examples/pdb/mysql/Makefile and ../examples/pdb/xml/Makefile (This used to be commit e8a77556477a0ec0c83786e0c66c2caaf473ea50) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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 -- cgit