summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <mtaylor@qualinost.(none)>2007-01-19 14:26:06 -0800
committerunknown <mtaylor@qualinost.(none)>2007-01-19 14:26:06 -0800
commit74eac22e4e1d437191be8b9fc536071382330f2e (patch)
tree4f79521441be173a6e92e99a22b0fbc34422009d /ndb
parent13e0db68ceb58eb9058754f0fc85c027756cffe6 (diff)
downloadmariadb-git-74eac22e4e1d437191be8b9fc536071382330f2e.tar.gz
Added libndb.ver to BUILT_SOURCES to force it to get removed during make distclean
BitKeeper/etc/ignore: Added ndb/src/libndb.ver to the ignore list
Diffstat (limited to 'ndb')
-rw-r--r--ndb/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/src/Makefile.am b/ndb/src/Makefile.am
index 3df7ccd8469..a0166eec113 100644
--- a/ndb/src/Makefile.am
+++ b/ndb/src/Makefile.am
@@ -23,6 +23,8 @@ libndbclient_la_SOURCES =
libndbclient_la_LDFLAGS = -version-info @NDB_SHARED_LIB_VERSION@ @NDB_LD_VERSION_SCRIPT@
+BUILT_SOURCES = libndb.ver
+
libndbclient_la_LIBADD = \
ndbapi/libndbapi.la \
common/transporter/libtransporter.la \