diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-08-31 23:24:50 +0200 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-08-31 23:24:50 +0200 |
commit | c2005a0fd1f3aa16878c1b94fa9e895c885b6f5c (patch) | |
tree | f6707082830244136f019e754ebd658f1011bef0 /ndb/src/kernel | |
parent | 35c17763eebf990912a8ca2cdfff5faf5d4fe7ac (diff) | |
download | mariadb-git-c2005a0fd1f3aa16878c1b94fa9e895c885b6f5c.tar.gz |
added make of ndb sys file printer
Diffstat (limited to 'ndb/src/kernel')
-rw-r--r-- | ndb/src/kernel/blocks/dbdih/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ndb/src/kernel/blocks/dbdih/Makefile.am b/ndb/src/kernel/blocks/dbdih/Makefile.am index d6ad380b806..3b5ae716a63 100644 --- a/ndb/src/kernel/blocks/dbdih/Makefile.am +++ b/ndb/src/kernel/blocks/dbdih/Makefile.am @@ -1,10 +1,16 @@ noinst_LIBRARIES = libdbdih.a +EXTRA_PROGRAMS = ndbd_sysfile_reader libdbdih_a_SOURCES = DbdihInit.cpp DbdihMain.cpp +ndbd_sysfile_reader_SOURCES = printSysfile/printSysfile.cpp include $(top_srcdir)/ndb/config/common.mk.am include $(top_srcdir)/ndb/config/type_kernel.mk.am +LDADD += \ + $(top_builddir)/ndb/src/common/util/libgeneral.la \ + $(top_builddir)/ndb/src/common/portlib/libportlib.la + # Don't update the files from bitkeeper %::SCCS/s.% |