diff options
author | unknown <joerg@mysql.com> | 2004-11-01 18:15:45 +0100 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2004-11-01 18:15:45 +0100 |
commit | e823c99731d37a682030c02d06dc47a178717d5b (patch) | |
tree | 85d7d3e4710409b7e4f6b6bee89d0f639652bd58 /libmysql/Makefile.am | |
parent | 61ac832464a48afcf85f8c302734aa01d4346c78 (diff) | |
download | mariadb-git-e823c99731d37a682030c02d06dc47a178717d5b.tar.gz |
Ensure that a source distribution contains 'libmysql/libmysql.def'
which is needed for Netware ports.
Diffstat (limited to 'libmysql/Makefile.am')
-rw-r--r-- | libmysql/Makefile.am | 2 |
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: |