diff options
author | monty@hundin.mysql.fi <> | 2001-09-18 06:05:55 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-18 06:05:55 +0300 |
commit | 0482b89d5a8e879a26ff100fc1d7be3e0ff96a20 (patch) | |
tree | c595e410a0b0ab9d112ec28350d72ac0c62779b3 /libmysqld/Makefile.am | |
parent | 21fc52542546641d95229283f86e2556f553f10e (diff) | |
download | mariadb-git-0482b89d5a8e879a26ff100fc1d7be3e0ff96a20.tar.gz |
Fix to get pstack included in distribution
Fix to get libmysqld examples to be included in distribution
Diffstat (limited to 'libmysqld/Makefile.am')
-rw-r--r-- | libmysqld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index feeec6225fd..1f0b15d15b6 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -32,7 +32,7 @@ INCLUDES = @MT_INCLUDES@ @bdb_includes@ -I$(srcdir)/../include -I../include \ ## XXX: should we use client or server LDFLAGS for libmysqld? LDADD = @CLIENT_EXTRA_LDFLAGS@ libmysqld.la pkglib_LTLIBRARIES = libmysqld.la -SUBDIRS = examples +SUBDIRS = . examples libmysqld_la_SOURCES= libmysqld.c lib_sql.cc lib_load.cc libmysqlsources = errmsg.c get_password.c password.c |