summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg@mysql.com <>2004-11-01 18:15:45 +0100
committerjoerg@mysql.com <>2004-11-01 18:15:45 +0100
commit10291f36647dfdf072db440c14a4faa5d072a371 (patch)
tree85d7d3e4710409b7e4f6b6bee89d0f639652bd58
parentd22a24d871bc3bfaec17621d23352f2da9473569 (diff)
downloadmariadb-git-10291f36647dfdf072db440c14a4faa5d072a371.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: