diff options
author | fregh <none@none> | 2008-10-06 11:42:33 -0500 |
---|---|---|
committer | fregh <none@none> | 2008-10-06 11:42:33 -0500 |
commit | ead15d48afa79087a9d79a04d03568b04c88a2a3 (patch) | |
tree | 46388c3bcf4cb659c983952b235521b0c72ca812 | |
parent | e36e114abef95e118e65de372e499f979e4783cb (diff) |
[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
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |