diff options
author | unknown <mtaylor@qualinost.(none)> | 2007-01-19 14:26:06 -0800 |
---|---|---|
committer | unknown <mtaylor@qualinost.(none)> | 2007-01-19 14:26:06 -0800 |
commit | 74eac22e4e1d437191be8b9fc536071382330f2e (patch) | |
tree | 4f79521441be173a6e92e99a22b0fbc34422009d /ndb | |
parent | 13e0db68ceb58eb9058754f0fc85c027756cffe6 (diff) | |
download | mariadb-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.am | 2 |
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 \ |