summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-12-06 07:33:54 -0800
committerPatrick Venture <venture@google.com>2018-12-06 07:36:34 -0800
commit37539dcc2b8c735d03a7c2840ad9ae04180da142 (patch)
treed4f1f5a67236bce32d0770d8efa0bd35a1434339
parent1f1d8e012f9ed003d2aa338537161a0205631776 (diff)
downloadphosphor-time-manager-37539dcc2b8c735d03a7c2840ad9ae04180da142.tar.gz
phosphor-time-manager-37539dcc2b8c735d03a7c2840ad9ae04180da142.zip
build: Add missing inclusion of phosphor-logging
Phosphor-logging is picked up by the configure_ac. Include it in the Makefile such that it's available as defined by the pkgconfig. Change-Id: I173fa376ab3419155267ab08350d7a7ad2e1a0f0 Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 0aadf6c..205c708 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,10 +19,13 @@ phosphor_timemanager_SOURCES = \
phosphor_timemanager_LDADD = libtimemanager.la
generic_cxx_flags = $(PHOSPHOR_DBUS_INTERFACES_CFLAGS) \
- $(SDBUSPLUS_CFLAGS) -flto
+ $(SDBUSPLUS_CFLAGS) \
+ $(PHOSPHOR_LOGGING_CFLAGS) \
+ -flto
generic_ld_flags = $(PHOSPHOR_DBUS_INTERFACES_LIBS) \
- $(SDBUSPLUS_LIBS)
+ $(SDBUSPLUS_LIBS) \
+ $(PHOSPHOR_LOGGING_LIBS)
libtimemanager_la_CXXFLAGS = $(generic_cxx_flags)
libtimemanager_la_LIBADD = $(generic_ld_flags)
OpenPOWER on IntegriCloud