diff options
author | lenz@mysql.com <> | 2003-01-28 17:49:21 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-01-28 17:49:21 +0100 |
commit | 1e2e4f234fa4b71392f82fa61136dfd31d4b8f1a (patch) | |
tree | e591e2f819e4bd3ef26c96556e42863882318368 /Makefile.am | |
parent | ce37b7aac434f7f2c17498bec68f2f813cfd46e0 (diff) | |
download | mariadb-git-1e2e4f234fa4b71392f82fa61136dfd31d4b8f1a.tar.gz |
- added netware subdirectory 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@ |