1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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
This commit is contained in:
kent@mysql.com/kent-amd64.(none)
2007-09-26 18:47:55 +02:00
parent 3978bf9946
commit 1b53e4a547
13 changed files with 99 additions and 107 deletions

View File

@ -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