summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c9aa9f8..6ca02d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,7 @@ nobase_nodist_include_HEADERS = \
xyz/openbmc_project/Logging/Internal/Manager/server.hpp
libphosphor_logging_FILES = \
- elog.cpp
+ elog.cpp elog_meta.cpp
libphosphor_loggingdir = ${libdir}
libphosphor_logging_LTLIBRARIES = libphosphor_logging.la
libphosphor_logging_la_SOURCES = $(libphosphor_logging_FILES)
@@ -35,7 +35,8 @@ phosphor_log_manager_SOURCES = \
elog-lookup.cpp \
elog_entry.cpp \
org.openbmc.Associations.cpp \
- elog-process-metadata.cpp
+ elog-process-metadata.cpp \
+ elog_meta.cpp
# Be sure to build needed files before compiling
BUILT_SOURCES = \
OpenPOWER on IntegriCloud