diff options
author | serg@serg.mylan <> | 2006-04-12 14:08:24 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2006-04-12 14:08:24 +0200 |
commit | 70c2ff34f708de50c531f60e9f80102138ad9c6e (patch) | |
tree | 46aa796924bcff90935d9149ffb0d65ac7c6ae61 /extra/Makefile.am | |
parent | 5eefa6ec1f57cdac17e454c8f2a71b8ebc129f00 (diff) | |
download | mariadb-git-70c2ff34f708de50c531f60e9f80102138ad9c6e.tar.gz |
fixes for 'make dist' and 'make distcheck'
Diffstat (limited to 'extra/Makefile.am')
-rw-r--r-- | extra/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am index 0aaa8c4d127..4b483128439 100644 --- a/extra/Makefile.am +++ b/extra/Makefile.am @@ -23,10 +23,7 @@ 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 +SUBDIRS = @yassl_dir@ # This will build mysqld_error.h and sql_state.h $(top_builddir)/include/mysqld_error.h: comp_err$(EXEEXT) |