summaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-10-19 15:56:09 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-12-06 14:00:26 +0000
commit223c40931e4f413431ab2f84d92c5f404e2d9cf2 (patch)
treefae46d08b8e00a2f0d34b62638ab090cd3831c3d /src/test
parentecf8910c014b94c688d08fa856cd22ec365583fa (diff)
downloadphosphor-dbus-monitor-223c40931e4f413431ab2f84d92c5f404e2d9cf2.tar.gz
phosphor-dbus-monitor-223c40931e4f413431ab2f84d92c5f404e2d9cf2.zip
sdevent: Remove in favor of sdeventplus
This change removes the one off sd-event wrapper from the project and uses the openbmc wide sdeventplus library. Change-Id: I8e042f875d06082e15606c7191a8073974f93990 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'src/test')
-rw-r--r--src/test/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index 08049fa..cbe9b82 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -187,6 +187,7 @@ callbacktest_SOURCES = \
callbacktest_CXXFLAGS = \
$(gtest_cflags)
$(SDBUSPLUS_CFLAGS) \
+ $(SDEVENTPLUS_CFLAGS) \
$(PHOSPHOR_DBUS_INTERFACES_CFLAGS) \
$(PHOSPHOR_LOGGING_CFLAGS)
callbacktest_LDFLAGS = \
@@ -194,6 +195,7 @@ callbacktest_LDFLAGS = \
callbacktest_LDADD = \
${gtest_ldadd} \
${SDBUSPLUS_LIBS} \
+ ${SDEVENTPLUS_LIBS} \
$(PHOSPHOR_DBUS_INTERFACES_LIBS) \
$(PHOSPHOR_LOGGING_LIBS) \
$(builddir)/../journal.o \
OpenPOWER on IntegriCloud