diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-03-03 15:44:14 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-03-03 15:44:14 +0100 |
commit | 2ceaffc4672c62a772890da7761d11f13d3f5ee4 (patch) | |
tree | a88f704359d35209d76f0dbb52fe18f7b259e175 /Makefile.am | |
parent | abb87914ecb4caa1becce4fc4d30c110a6b2c041 (diff) | |
download | mariadb-git-2ceaffc4672c62a772890da7761d11f13d3f5ee4.tar.gz |
mwl:98 - libservices
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 7f212a67c3f..17d2e2ce891 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \ SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ @readline_topdir@ sql-common scripts \ - @pstack_dir@ \ + @pstack_dir@ libservices \ @sql_union_dirs@ storage \ @sql_server@ @man_dirs@ tests \ netware @libmysqld_dirs@ \ @@ -34,7 +34,7 @@ SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ DIST_SUBDIRS = . include Docs zlib \ cmd-line-utils sql-common scripts \ - pstack \ + pstack libservices \ strings mysys dbug extra regex libmysql libmysql_r client unittest storage plugin \ vio sql man tests \ netware libmysqld \ |