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/mgmsrv/Makefile.am | |
parent | 0bfc8c57ca2f3c5e8f56e12604eb94e1dc47ec9f (diff) | |
download | mariadb-git-6ce4897fc628e8d9e7e009962a80d6f3f1e7c892.tar.gz |
Explicit use of static libs for selected ndb programs
Diffstat (limited to 'ndb/src/mgmsrv/Makefile.am')
-rw-r--r-- | ndb/src/mgmsrv/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/mgmsrv/Makefile.am b/ndb/src/mgmsrv/Makefile.am index 439d126dc5b..56e8b2ee628 100644 --- a/ndb/src/mgmsrv/Makefile.am +++ b/ndb/src/mgmsrv/Makefile.am @@ -17,7 +17,7 @@ INCLUDES_LOC = -I$(top_srcdir)/ndb/src/ndbapi \ -I$(top_srcdir)/ndb/src/mgmapi \ -I$(top_srcdir)/ndb/src/common/mgmcommon -LDADD_LOC = $(top_srcdir)/ndb/src/libndbclient.la \ +LDADD_LOC = $(top_srcdir)/ndb/src/.libs/libndbclient.a \ $(top_srcdir)/ndb/src/common/editline/libeditline.a \ @TERMCAP_LIB@ |