Skip to content
Snippets Groups Projects
Commit eda7ebad authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

BugID: 61

Made package distributable again (i.e. `make distcheck' runs without errors).
parent 5c20ede8
No related branches found
No related tags found
No related merge requests found
check_PROGRAMS = testLogger tAllocator tDataConvert tFileLocator \ check_PROGRAMS = testLogger tAllocator tDataConvert \
tStringUtil tStreamUtil tHexdump testSocket \ tFileLocator tStringUtil tStreamUtil \
tComplex tProcess tRunOnNode tTimer tNumeric \ tHexdump testSocket tComplex tProcess \
tSingleton tObjectFactory tRunOnNode tTimer tNumeric tSingleton \
tObjectFactory
# programs to run through supplied checktools # programs to run through supplied checktools
CHECKTOOLPROGS = testLogger tAllocator tDataConvert tFileLocator \ CHECKTOOLPROGS = testLogger tAllocator tDataConvert \
tStringUtil tStreamUtil tHexdump testSocket \ tFileLocator tStringUtil tStreamUtil \
tComplex tProcess tRunOnNode tTimer tNumeric \ tHexdump testSocket tComplex tProcess \
tSingleton tObjectFactory tRunOnNode tTimer tNumeric tSingleton \
#ENDCHECKTOOLPROGS tObjectFactory
TESTSCRIPTS = \ TESTSCRIPTS = testLogger.sh tAllocator.sh tDataConvert.sh \
testLogger.sh \ tFileLocator.sh tStringUtil.sh tStreamUtil.sh \
tAllocator.sh \ tHexdump.sh testSocket.sh tComplex.sh tProcess.sh \
tDataConvert.sh \ tRunOnNode.sh tTimer.sh tNumeric.sh tSingleton.sh \
tFileLocator.sh \
tStringUtil.sh \
tStreamUtil.sh \
tHexdump.sh \
testSocket.sh \
tComplex.sh \
tProcess.sh \
tRunOnNode.sh \
tTimer.sh \
tNumeric.sh \
tSingleton.sh \
tObjectFactory.sh tObjectFactory.sh
TESTS = $(TESTSCRIPTS) TESTS = $(TESTSCRIPTS)
EXTRA_DIST = $(TESTSCRIPTS) \ EXTRA_DIST = $(TESTSCRIPTS) \
tComplex.stdout \
tDataConvert.stdout \
testLogger.log_prop testLogger.debug \ testLogger.log_prop testLogger.debug \
tHexdump.log_prop tNumeric.stdout \ tDataConvert.stdout \
tProcess.log_prop tProcess.stdout \ tStringUtil.stdout \
tStreamUtil.stdout \
tHexdump.log_prop \
testSocket.run \
tComplex.stdout \
tProcess.log_prop tProcess.run tProcess.stdout \
tRunOnNode.log_prop tRunOnNode.stdout \ tRunOnNode.log_prop tRunOnNode.stdout \
tStringUtil.stdout tStreamUtil.stdout tNumeric.run tNumeric.stdout \
tObjectFactory.stdout
testLogger_SOURCES = testLogger.cc testLogger_SOURCES = testLogger.cc
testLogger_LDADD = ../src/libcommon.la testLogger_LDADD = ../src/libcommon.la
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment