diff options
author | unknown <lenz@mysql.com> | 2003-01-28 17:49:21 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-01-28 17:49:21 +0100 |
commit | 8b790656f193a5e321462d5727f1b74841d16667 (patch) | |
tree | e591e2f819e4bd3ef26c96556e42863882318368 /Makefile.am | |
parent | 3758c92b3ad65605b30acb757ccb1313edf797d5 (diff) | |
download | mariadb-git-8b790656f193a5e321462d5727f1b74841d16667.tar.gz |
- added netware subdirectory to distribution
Makefile.am:
- added netware to SUBDIRS
netware/Makefile.am:
- add netware.patch to distribution
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a03ca058b3e..dfdcfe0cabf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ EXTRA_DIST = INSTALL-SOURCE README \ SUBDIRS = . include @docs_dirs@ @readline_dir@ \ @thread_dirs@ pstack @sql_client_dirs@ \ @sql_server_dirs@ scripts man tests \ - BUILD os2 @libmysqld_dirs@ \ + BUILD netware os2 @libmysqld_dirs@ \ @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ \ @platform_dir@ |