diff options
author | mtaylor@qualinost.(none) <> | 2007-01-19 14:26:06 -0800 |
---|---|---|
committer | mtaylor@qualinost.(none) <> | 2007-01-19 14:26:06 -0800 |
commit | 8e6f3ab33b68044385e5a83e130e7875e2b33d50 (patch) | |
tree | 4f79521441be173a6e92e99a22b0fbc34422009d | |
parent | 8b1fe92d9333568a87004d976337bfcca28d114c (diff) | |
download | mariadb-git-8e6f3ab33b68044385e5a83e130e7875e2b33d50.tar.gz |
Added libndb.ver to BUILT_SOURCES to force it to get removed during make distclean
-rw-r--r-- | .bzrignore | 1 | ||||
-rw-r--r-- | ndb/src/Makefile.am | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index ca4ba1432aa..9e1ff120a6c 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1333,3 +1333,4 @@ win/vs71cache.txt win/vs8cache.txt zlib/*.ds? zlib/*.vcproj +ndb/src/libndb.ver 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 \ |