summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaqib Khan <khansa@us.ibm.com>2017-02-23 12:17:59 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-02-24 21:06:51 +0000
commit23b475a04b61ce1b25dc3ca9c0db04fdfdd415e3 (patch)
treeaf325025085d4eacc1899f1a1f12aef19fd407a4
parent827b50f7244c5f91beb454ca8b08b9a49fe595a5 (diff)
downloadphosphor-logging-23b475a04b61ce1b25dc3ca9c0db04fdfdd415e3.tar.gz
phosphor-logging-23b475a04b61ce1b25dc3ca9c0db04fdfdd415e3.zip
Removes header files from base dir of phosphor-logging
Note: The header files have been moved to the phosphor-logging dir and all other repositories must include the header files from there. Resolves openbmc/openbmc#938 Change-Id: I0faf0545a42c571da93fe4f3731ee7c939e3aff8 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
-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