diff options
author | serg@serg.mylan <> | 2004-08-19 09:02:29 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2004-08-19 09:02:29 +0200 |
commit | 71d6b352674da7bd1f584ed08c626af9e26aef8d (patch) | |
tree | 6edc7967c4636293f255d2e3b2989444032e1770 /sql/Makefile.am | |
parent | 3bac9dd7dba7ead787eb5fea9ec12a20495f9618 (diff) | |
download | mariadb-git-71d6b352674da7bd1f584ed08c626af9e26aef8d.tar.gz |
dependencies are auto-generated
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index d1dfbfb390e..ec4e729bedb 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -45,7 +45,6 @@ mysqld_LDADD = @MYSQLD_EXTRA_LDFLAGS@ \ @innodb_system_libs@ \ @ndbcluster_libs@ @ndbcluster_system_libs@ \ $(LDADD) $(CXXLDFLAGS) $(WRAPLIBS) @LIBDL@ @openssl_libs@ -mysqld_DEPENDENCIES = @ndbcluster_libs@ @ndbcluster_system_libs@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \ item_strfunc.h item_timefunc.h item_uniq.h \ item_create.h item_subselect.h item_row.h \ |