From c2005a0fd1f3aa16878c1b94fa9e895c885b6f5c Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 31 Aug 2005 23:24:50 +0200 Subject: added make of ndb sys file printer --- ndb/src/kernel/blocks/dbdih/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ndb/src/kernel') 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.% -- cgit v1.2.1