diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-06-01 16:05:14 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-06-01 16:05:14 +0000 |
commit | 6ce4897fc628e8d9e7e009962a80d6f3f1e7c892 (patch) | |
tree | 9cf178aa5755266444a109ced0a31bcb38af87b7 /ndb/src/cw | |
parent | 0bfc8c57ca2f3c5e8f56e12604eb94e1dc47ec9f (diff) | |
download | mariadb-git-6ce4897fc628e8d9e7e009962a80d6f3f1e7c892.tar.gz |
Explicit use of static libs for selected ndb programs
Diffstat (limited to 'ndb/src/cw')
-rw-r--r-- | ndb/src/cw/cpcd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/cw/cpcd/Makefile.am b/ndb/src/cw/cpcd/Makefile.am index 53eeaa48dc3..8d5a8d63e73 100644 --- a/ndb/src/cw/cpcd/Makefile.am +++ b/ndb/src/cw/cpcd/Makefile.am @@ -3,7 +3,7 @@ ndbtools_PROGRAMS = ndb_cpcd ndb_cpcd_SOURCES = main.cpp CPCD.cpp Process.cpp APIService.cpp Monitor.cpp common.cpp -LDADD_LOC = $(top_srcdir)/ndb/src/libndbclient.la +LDADD_LOC = $(top_srcdir)/ndb/src/.libs/libndbclient.a include $(top_srcdir)/ndb/config/common.mk.am include $(top_srcdir)/ndb/config/type_util.mk.am |