summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am5
-rw-r--r--test/elog_unittest.cpp2
2 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index bf12174..d0b1de0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,4 @@
# export these headers
-include_HEADERS = \
- phosphor-logging/log.hpp \
- phosphor-logging/elog.hpp \
- phosphor-logging/elog-errors-HostEvent.hpp
-
nobase_include_HEADERS = \
phosphor-logging/log.hpp \
phosphor-logging/elog.hpp \
diff --git a/test/elog_unittest.cpp b/test/elog_unittest.cpp
index cc14189..febccf9 100644
--- a/test/elog_unittest.cpp
+++ b/test/elog_unittest.cpp
@@ -1,4 +1,4 @@
-#include <elog.hpp>
+#include <phosphor-logging/elog.hpp>
#include <gtest/gtest.h>
// TODO - need to get gtest working in the SDK
OpenPOWER on IntegriCloud