summaryrefslogtreecommitdiff
path: root/libmysql_r
diff options
context:
space:
mode:
authorkent@kent-amd64.(none) <>2007-09-26 18:49:09 +0200
committerkent@kent-amd64.(none) <>2007-09-26 18:49:09 +0200
commitc7c8f418949faf65efd57df194a364003c999709 (patch)
tree021b1b7b7aa7d79d72c895364c29f3234605d7b0 /libmysql_r
parent7ef6e66bc67bcb003a02f0996fc37315a4f87429 (diff)
parent1b53e4a5474f5da7e60b6932a39f55ff29d8f142 (diff)
downloadmariadb-git-c7c8f418949faf65efd57df194a364003c999709.tar.gz
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-build
into mysql.com:/home/kent/bk/make-dist-stable/mysql-5.1-build
Diffstat (limited to 'libmysql_r')
-rw-r--r--libmysql_r/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/libmysql_r/Makefile.am b/libmysql_r/Makefile.am
index a8014b37bed..1d5e44f1cdb 100644
--- a/libmysql_r/Makefile.am
+++ b/libmysql_r/Makefile.am
@@ -29,11 +29,10 @@ INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
## automake barfs if you don't use $(srcdir) or $(top_srcdir) in include
include $(top_srcdir)/libmysql/Makefile.shared
-libmysqlclient_r_la_SOURCES = $(target_sources)
+no_dist_libmysqlclient_r_la_SOURCES = $(target_sources)
libmysqlclient_r_la_LIBADD = $(target_libadd) $(yassl_las)
libmysqlclient_r_la_LDFLAGS = $(target_ldflags)
-# This is called from the toplevel makefile
link_sources:
set -x; \
for d in $(top_srcdir)/libmysql $(top_builddir)/libmysql; do \