summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2004-11-01 18:15:45 +0100
committerunknown <joerg@mysql.com>2004-11-01 18:15:45 +0100
commite823c99731d37a682030c02d06dc47a178717d5b (patch)
tree85d7d3e4710409b7e4f6b6bee89d0f639652bd58
parent61ac832464a48afcf85f8c302734aa01d4346c78 (diff)
downloadmariadb-git-e823c99731d37a682030c02d06dc47a178717d5b.tar.gz
Ensure that a source distribution contains 'libmysql/libmysql.def'
which is needed for Netware ports.
-rw-r--r--libmysql/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/Makefile.am b/libmysql/Makefile.am
index fefed7f079c..3c4e98e5053 100644
--- a/libmysql/Makefile.am
+++ b/libmysql/Makefile.am
@@ -31,7 +31,7 @@ include $(srcdir)/Makefile.shared
libmysqlclient_la_SOURCES = $(target_sources)
libmysqlclient_la_LIBADD = $(target_libadd)
libmysqlclient_la_LDFLAGS = $(target_ldflags)
-EXTRA_DIST = Makefile.shared
+EXTRA_DIST = Makefile.shared libmysql.def
# This is called from the toplevel makefile
link_sources: