diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-06-08 10:36:41 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-06-08 10:36:41 +0000 |
commit | 283e815608da148582c329fbf53ddb4a73ffc387 (patch) | |
tree | 5073a72d9cb8b7ce2699046f56af0b9894ef3547 /ndb/src/cw/cpcd | |
parent | bd3de2b1898610b0efdc026157baa2677e8605fa (diff) | |
download | mariadb-git-283e815608da148582c329fbf53ddb4a73ffc387.tar.gz |
fix for automake-1.5
Diffstat (limited to 'ndb/src/cw/cpcd')
-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 16e2387d814..6345bae9bbe 100644 --- a/ndb/src/cw/cpcd/Makefile.am +++ b/ndb/src/cw/cpcd/Makefile.am @@ -8,7 +8,7 @@ LDADD_LOC = $(top_builddir)/ndb/src/libndbclient.la include $(top_srcdir)/ndb/config/common.mk.am include $(top_srcdir)/ndb/config/type_util.mk.am -AM_LDFLAGS = @ndb_bin_am_ldflags@ +ndb_cpcd_LDFLAGS = @ndb_bin_am_ldflags@ # Don't update the files from bitkeeper %::SCCS/s.% |