From ead15d48afa79087a9d79a04d03568b04c88a2a3 Mon Sep 17 00:00:00 2001 From: fregh Date: Mon, 6 Oct 2008 11:42:33 -0500 Subject: [svn] Removed 'contrib' and 'sql' from main Makefile.am Removed obsolete 'contrib' and 'sql' from EXTRA_DIST. This will make the Linux build system forget about contrib/ and sql/ directories when compiling the whole thing. --HG-- branch : trunk --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e8cddd41a13..003f27a0038 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ SUBDIRS = dep doc src ## Additional files to include when running 'make dist' -EXTRA_DIST = win contrib sql +EXTRA_DIST = win -- cgit v1.2.3