summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSaqib Khan <khansa@us.ibm.com>2017-02-13 13:19:55 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-02-20 13:06:27 +0000
commit2bb15195dbed122ed327c2659f18323a8ed5c0f5 (patch)
treee01085f7b3e61be5f246699634579c710f8a31a7 /Makefile.am
parent17944e13e5d00d17427b5d49c6e84dbfd0033b45 (diff)
downloadphosphor-logging-2bb15195dbed122ed327c2659f18323a8ed5c0f5.tar.gz
phosphor-logging-2bb15195dbed122ed327c2659f18323a8ed5c0f5.zip
Moved log.hpp and elog.hpp to a folder under phosphor-logging
Now these files are copied to a folder under phosphor-logging, other repositories will need to be fixed. I'm leaving the files in the base dir as well until I work on fixing all projects that utilizes log.hpp and elog.hpp Change-Id: Ie4640852727c1572325e974548737bc70a6db7c2 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1e9d331..bf12174 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,13 @@
# export these headers
-include_HEADERS = log.hpp elog.hpp elog-errors-HostEvent.hpp
+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 \
+ phosphor-logging/elog-errors-HostEvent.hpp
# Generate this header, don't export in a distro
nodist_include_HEADERS = elog-gen.hpp
OpenPOWER on IntegriCloud