From: Dave H. <hel...@us...> - 2013-05-30 03:22:28
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcb - Small Footprint CIM Broker". The branch, master has been updated via 3398557882817013a610c14ec2ca2dddab11c7ec (commit) from b1cc1c88698c708c71c631ae29d0efcc14ebfb45 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3398557882817013a610c14ec2ca2dddab11c7ec Author: Dave Heller <hel...@us...> Date: Wed May 29 23:22:15 2013 -0400 [sfcb-tix:#53] Fix unittest makefile ----------------------------------------------------------------------- Summary of changes: test/unittest/Makefile.am | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/unittest/Makefile.am b/test/unittest/Makefile.am index 016db10..182a1f6 100644 --- a/test/unittest/Makefile.am +++ b/test/unittest/Makefile.am @@ -32,13 +32,13 @@ TESTS = xmlUnescape newCMPIInstance EmbeddedTests newDateTime check_PROGRAMS = xmlUnescape newCMPIInstance EmbeddedTests newDateTime xmlUnescape_SOURCES = xmlUnescape.c -xmlUnescape_LDADD = -lsfcBrokerCore -lsfcCimXmlCodec -lsfcHttpAdapter +xmlUnescape_LDADD = -lsfcBrokerCore -lsfcCimXmlCodec newCMPIInstance_SOURCES = newCMPIInstance.c -newCMPIInstance_LDADD = -lsfcCimXmlCodec -lsfcHttpAdapter -lsfcBrokerCore +newCMPIInstance_LDADD = -lsfcBrokerCore -lsfcCimXmlCodec EmbeddedTests_SOURCES = EmbeddedTests.c -EmbeddedTests_LDADD = -lsfcCimXmlCodec -lsfcHttpAdapter -lsfcBrokerCore +EmbeddedTests_LDADD = -lsfcBrokerCore -lsfcCimXmlCodec newDateTime_SOURCES = newDateTime.c newDateTime_LDADD = -lsfcBrokerCore hooks/post-receive -- sfcb - Small Footprint CIM Broker |