Commit b0bcf5d5 authored by tomas@poseidon.(none)'s avatar tomas@poseidon.(none)

makefix

parent 3c9cbd21
...@@ -11,7 +11,6 @@ flexBench \ ...@@ -11,7 +11,6 @@ flexBench \
flexHammer \ flexHammer \
flexScan \ flexScan \
flexTT \ flexTT \
flexTimedAsynch \
testBackup \ testBackup \
testBasic \ testBasic \
testBasicAsynch \ testBasicAsynch \
...@@ -31,6 +30,7 @@ testTimeout \ ...@@ -31,6 +30,7 @@ testTimeout \
testTransactions \ testTransactions \
test_event test_event
#flexTimedAsynch
#testBlobs #testBlobs
#flex_bench_mysql #flex_bench_mysql
...@@ -42,7 +42,7 @@ flexBench_SOURCES = flexBench.cpp ...@@ -42,7 +42,7 @@ flexBench_SOURCES = flexBench.cpp
flexHammer_SOURCES = flexHammer.cpp flexHammer_SOURCES = flexHammer.cpp
flexScan_SOURCES = flexScan.cpp flexScan_SOURCES = flexScan.cpp
flexTT_SOURCES = flexTT.cpp flexTT_SOURCES = flexTT.cpp
flexTimedAsynch_SOURCES = flexTimedAsynch.cpp #flexTimedAsynch_SOURCES = flexTimedAsynch.cpp
#flex_bench_mysql_SOURCES = flex_bench_mysql.cpp #flex_bench_mysql_SOURCES = flex_bench_mysql.cpp
testBackup_SOURCES = testBackup.cpp testBackup_SOURCES = testBackup.cpp
testBasic_SOURCES = testBasic.cpp testBasic_SOURCES = testBasic.cpp
......
bin_PROGRAMS = waiter hugoCalculator hugoLoad hugoFill hugoLockRecords hugoPkDelete hugoPkRead hugoPkReadRecord hugoPkUpdate hugoScanRead hugoScanUpdate restart verify_index copy_tab create_index bin_PROGRAMS = waiter hugoCalculator hugoLoad hugoFill hugoLockRecords hugoPkDelete hugoPkRead hugoPkReadRecord hugoPkUpdate hugoScanRead hugoScanUpdate restart verify_index copy_tab create_index ndb_cpcc
# ndb_cpcc
# transproxy # transproxy
hugoCalculator_SOURCES = hugoCalculator.cpp hugoCalculator_SOURCES = hugoCalculator.cpp
...@@ -20,10 +19,14 @@ waiter_SOURCES = waiter.cpp ...@@ -20,10 +19,14 @@ waiter_SOURCES = waiter.cpp
verify_index_SOURCES = verify_index.cpp verify_index_SOURCES = verify_index.cpp
copy_tab_SOURCES = copy_tab.cpp copy_tab_SOURCES = copy_tab.cpp
create_index_SOURCES = create_index.cpp create_index_SOURCES = create_index.cpp
#ndb_cpcc_SOURCES = cpcc.cpp ndb_cpcc_SOURCES = cpcc.cpp
INCLUDES_LOC = -I$(top_srcdir)/ndb/src/mgmclient
include $(top_srcdir)/ndb/config/common.mk.am include $(top_srcdir)/ndb/config/common.mk.am
include $(top_srcdir)/ndb/config/type_ndbapitest.mk.am include $(top_srcdir)/ndb/config/type_ndbapitest.mk.am
ndb_cpcc_LDADD = $(LDADD) $(top_srcdir)/ndb/src/mgmclient/CpcClient.o
# Don't update the files from bitkeeper # Don't update the files from bitkeeper
%::SCCS/s.% %::SCCS/s.%
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment