summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2017-03-21 15:04:05 -0500
committerAndrew Geissler <andrewg@us.ibm.com>2017-05-09 12:49:07 -0500
commit1b9d4e5c676f5f2fd35583dc5e3459783a650578 (patch)
tree6864362bed697168df44f99056ff3630af946f79 /Makefile.am
parent1c1bd754ed2ea0fe0527bec39870e5fcbb859bc4 (diff)
downloadphosphor-host-ipmid-1b9d4e5c676f5f2fd35583dc5e3459783a650578.tar.gz
phosphor-host-ipmid-1b9d4e5c676f5f2fd35583dc5e3459783a650578.zip
Send the SMS attention to host when Execute called
Change-Id: Id523470fcabf59cf2bda592cf1fe687ac44c3328 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ccdf95b..c9b28c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,8 @@ libhostservicedir = ${libdir}/ipmid-providers
libhostservice_LTLIBRARIES = libhostservice.la
libhostservice_la_SOURCES = \
host-services.cpp \
- host-interface.cpp
+ host-interface.cpp \
+ utils.cpp
libhostservice_la_LDFLAGS = $(SYSTEMD_LIBS) \
$(libmapper_LIBS) \
$(PHOSPHOR_DBUS_INTERFACES_LIBS) \
OpenPOWER on IntegriCloud