summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2017-05-31 19:34:00 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-06-06 19:59:09 +0000
commita6e3a3080d532536e02e304c819c1e17214e038a (patch)
tree6d3b28ba421edd669d783ced4c7b7b0d66e6d765 /Makefile.am
parent1fabf229f4cc5ae3121d7fdd738f683ff5401e95 (diff)
downloadphosphor-host-ipmid-a6e3a3080d532536e02e304c819c1e17214e038a.tar.gz
phosphor-host-ipmid-a6e3a3080d532536e02e304c819c1e17214e038a.zip
Create file to indicate host requested off/reboot
Create a file to ensure the soft power off service is not run when the host is requesting a power off or reboot. There's no need to notify the host (i.e. soft power off) when they are initiating it. Change-Id: Ic9f8e7110d30f477ceae38bba9d684559d9503d3 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e0412b6..d987cc3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,7 @@ libapphandler_la_SOURCES = \
utils.cpp \
inventory-sensor-gen.cpp
-libapphandler_la_LDFLAGS = $(SYSTEMD_LIBS) $(libmapper_LIBS) $(PHOSPHOR_LOGGING_LIBS) $(PHOSPHOR_DBUS_INTERFACES_LIBS) -version-info 0:0:0 -shared
+libapphandler_la_LDFLAGS = $(SYSTEMD_LIBS) $(libmapper_LIBS) $(PHOSPHOR_LOGGING_LIBS) $(PHOSPHOR_DBUS_INTERFACES_LIBS) -lstdc++fs -version-info 0:0:0 -shared
libapphandler_la_CXXFLAGS = $(SYSTEMD_CFLAGS) $(libmapper_CFLAGS) $(PHOSPHOR_LOGGING_CFLAGS) $(PHOSPHOR_DBUS_INTERFACES_CFLAGS)
libsysintfcmdsdir = ${libdir}/ipmid-providers
OpenPOWER on IntegriCloud