diff options
author | kent@mysql.com/kent-amd64.(none) <> | 2007-09-26 18:47:55 +0200 |
---|---|---|
committer | kent@mysql.com/kent-amd64.(none) <> | 2007-09-26 18:47:55 +0200 |
commit | 1b53e4a5474f5da7e60b6932a39f55ff29d8f142 (patch) | |
tree | a7b4f00420fa09a5e96ab9ccf56fa3831e7ff9fe /plugin | |
parent | 3978bf99461a266a5ad833ffb18ca30e048bddfa (diff) | |
download | mariadb-git-1b53e4a5474f5da7e60b6932a39f55ff29d8f142.tar.gz |
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
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am index b58f85f9777..22f6bfd88b2 100644 --- a/plugin/Makefile.am +++ b/plugin/Makefile.am @@ -22,6 +22,7 @@ AUTOMAKE_OPTIONS = foreign EXTRA_DIST = fulltext/configure.in SUBDIRS = @mysql_pg_dirs@ +DIST_SUBDIRS = daemon_example fulltext # Don't update the files from bitkeeper %::SCCS/s.% |