summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>2017-07-25 09:36:54 -0500
committerDhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>2017-07-28 13:42:44 -0500
commit61d3b6a1f283f0926cb3e92e14378175030da1b2 (patch)
tree3b8d8876351799d014d790d3053be3961e8d9c60 /Makefile.am
parentc15990a32063192e51c0c3ef5e65e149b2c44d70 (diff)
downloadphosphor-settingsd-61d3b6a1f283f0926cb3e92e14378175030da1b2.tar.gz
phosphor-settingsd-61d3b6a1f283f0926cb3e92e14378175030da1b2.zip
Validate changes to default settings.
Resolves openbmc/openbmc#1771 Change-Id: I763e811e88710425131ec504ff933e3c41c458e6 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Diffstat (limited to 'Makefile.am')
-rwxr-xr-xMakefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 55ea2d6..50c380e 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,9 +26,11 @@ phosphor_settings_manager_SOURCES = \
phosphor_settings_manager_CXXFLAGS = \
$(PHOSPHOR_DBUS_INTERFACES_CFLAGS) \
- $(SDBUSPLUS_CFLAGS)
+ $(SDBUSPLUS_CFLAGS) \
+ $(PHOSPHOR_LOGGING_CFLAGS)
phosphor_settings_manager_LDADD = \
$(PHOSPHOR_DBUS_INTERFACES_LIBS) \
$(SDBUSPLUS_LIBS) \
+ $(PHOSPHOR_LOGGING_LIBS) \
-lstdc++fs
OpenPOWER on IntegriCloud