summaryrefslogtreecommitdiff
path: root/extra/Makefile.am
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2005-11-09 11:56:04 +0200
committerunknown <kent@mysql.com>2005-11-09 11:56:04 +0200
commit3080bb0db1e653c7b884a1c112a313475f7d082d (patch)
treeb788fd07a25a830fe3e0eee239517ef73ada1008 /extra/Makefile.am
parentbce53ba74c0e5930e6dc122e7f4f380c9f11098e (diff)
downloadmariadb-git-3080bb0db1e653c7b884a1c112a313475f7d082d.tar.gz
Additional "make distcheck" changes specific to 5.0
configure.in: Removed duplicate "tools/Makefile", and unused AVAILABLE_LANGUAGES_ERRORS Docs/Makefile.am: Add generated files to explicitly be removed on "make distclean" extra/Makefile.am: Added empty SUBDIRS, else automake 1.6.3 will not put out code for DIST_SUBDIRS handling extra/yassl/Makefile.am: "make distcheck" fails on normal wildcards, seem to work with $(wildcard foo*) type extra/yassl/src/Makefile.am: "make distcheck" fails on normal wildcards, seem to work with $(wildcard foo*) type extra/yassl/taocrypt/src/Makefile.am: "make distcheck" fails on normal wildcards, seem to work with $(wildcard foo*) type sql/share/Makefile.am: Added distclean target for "*/errmsg.sys" client/Makefile.am: Put links into current directory, not \$(srcdir)
Diffstat (limited to 'extra/Makefile.am')
-rw-r--r--extra/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am
index 457fddce673..a60656cb5c6 100644
--- a/extra/Makefile.am
+++ b/extra/Makefile.am
@@ -23,6 +23,9 @@ BUILT_SOURCES= $(top_builddir)/include/mysqld_error.h \
$(top_builddir)/include/mysqld_ername.h
pkginclude_HEADERS= $(BUILT_SOURCES)
CLEANFILES = $(BUILT_SOURCES)
+# We never use SUBDIRS here, but needed for automake 1.6.3
+# to generate code to handle DIST_SUBDIRS
+SUBDIRS=
DIST_SUBDIRS= yassl
# This will build mysqld_error.h and sql_state.h