diff options
Diffstat (limited to 'ndb/src/cw/cpcd/Makefile.am')
-rw-r--r-- | ndb/src/cw/cpcd/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ndb/src/cw/cpcd/Makefile.am b/ndb/src/cw/cpcd/Makefile.am new file mode 100644 index 00000000000..029ce213987 --- /dev/null +++ b/ndb/src/cw/cpcd/Makefile.am @@ -0,0 +1,12 @@ + +bin_PROGRAMS = ndb_cpcd + +ndb_cpcd_SOURCES = main.cpp CPCD.cpp Process.cpp APIService.cpp Monitor.cpp common.cpp + +LDADD_LOC = $(top_srcdir)/ndb/src/common/logger/liblogger.la + +include $(top_srcdir)/ndb/config/common.mk.am +include $(top_srcdir)/ndb/config/type_util.mk.am + +# Don't update the files from bitkeeper +%::SCCS/s.% |