diff options
author | runningnak3d <none@none> | 2008-10-04 07:18:59 -0500 |
---|---|---|
committer | runningnak3d <none@none> | 2008-10-04 07:18:59 -0500 |
commit | 2a305325575c129122ddaa3a0a7d4036cf1f368b (patch) | |
tree | 081f46aa482cb7e0ae6266d2c98cd8c20424f57f | |
parent | 5651828bf74edb760d67700942fc65d51c816e0a (diff) |
[svn] Fixed linux build
--HG--
branch : trunk
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 1 insertions, 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 |