From 1b53e4a5474f5da7e60b6932a39f55ff29d8f142 Mon Sep 17 00:00:00 2001 From: "kent@mysql.com/kent-amd64.(none)" <> Date: Wed, 26 Sep 2007 18:47:55 +0200 Subject: Makefile.am: Always include all sub directories in "make dist" Removed incorrect comment configure.in: Unconditionally list make files in AC_CONFIG_FILES Removed 'thread_dirs', it is not used Minor cleanup compile-dist: Simplified the configure line needed for "make dist" to get it all zlib.m4, ssl.m4: Unconditionally list make files in AC_CONFIG_FILES Makefile.am: Removed DIST_SUBDIRS not needed Don't copy soft links as files into source package --- mysql-test/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'mysql-test/Makefile.am') diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index e1b0f29e253..3650e11bb21 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -18,7 +18,6 @@ ## Process this file with automake to create Makefile.in SUBDIRS = ndb -DIST_SUBDIRS=ndb benchdir_root= $(prefix) testdir = $(benchdir_root)/mysql-test -- cgit v1.2.1