mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
added make of ndb sys file printer
This commit is contained in:
parent
35c17763ee
commit
c2005a0fd1
1 changed files with 6 additions and 0 deletions
|
@ -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.%
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue