From 2a305325575c129122ddaa3a0a7d4036cf1f368b Mon Sep 17 00:00:00 2001 From: runningnak3d Date: Sat, 4 Oct 2008 07:18:59 -0500 Subject: [PATCH] [svn] Fixed linux build --HG-- branch : trunk --- Makefile.am | 2 +- configure.ac | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 39271894923..44e649a5598 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ ## Process this file with automake to produce Makefile.in ## Sub-directories to parse -SUBDIRS = dep doc sql src +SUBDIRS = dep doc src ## Additional files to include when running 'make dist' # Win32 project workspace for Visual Studio .NET 2003 diff --git a/configure.ac b/configure.ac index 070c7b55d12..ae43688e7cc 100644 --- a/configure.ac +++ b/configure.ac @@ -256,9 +256,6 @@ AC_CONFIG_FILES([ doc/Doxyfile doc/Makefile Makefile - sql/Makefile - sql/tools/Makefile - sql/updates/Makefile src/Makefile src/framework/Makefile src/shared/Makefile