diff options
author | unknown <jbruehe/mysqldev@suse9-x86.mysql.com> | 2007-08-20 16:35:16 +0200 |
---|---|---|
committer | unknown <jbruehe/mysqldev@suse9-x86.mysql.com> | 2007-08-20 16:35:16 +0200 |
commit | efac5af7d765485c4c8a64a87ca34b3e7cf0a541 (patch) | |
tree | 4b03b725fbfaf44e699778f10607a2bc8b945ab4 /netware/Makefile.am | |
parent | 02f1b317b4b4017f1cc17fafd19b7caf2ac4ea35 (diff) | |
download | mariadb-git-efac5af7d765485c4c8a64a87ca34b3e7cf0a541.tar.gz |
NetWare fixes: 1) Link options, 2) SQL command files
netware/Makefile.am:
Distribute NetWare versions of "init_db.sql" and "test_db.sql".
netware/BUILD/compile-netware-END:
Make the "*.def" files available for linking.
Diffstat (limited to 'netware/Makefile.am')
-rw-r--r-- | netware/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netware/Makefile.am b/netware/Makefile.am index df0072b3a2b..b3a1b9377f7 100644 --- a/netware/Makefile.am +++ b/netware/Makefile.am @@ -83,7 +83,7 @@ EXTRA_DIST= $(BUILT_SOURCES) comp_err.def install_test_db.ncf \ perror.def \ mysql_client_test.def \ replace.def resolve_stack_dump.def resolveip.def \ - static_init_db.sql \ + static_init_db.sql init_db.sql test_db.sql \ BUILD/apply-patch BUILD/compile-AUTOTOOLS \ BUILD/compile-linux-tools BUILD/compile-netware-END \ BUILD/compile-netware-START BUILD/compile-netware-all\ |