summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2017-03-01 12:47:38 -0600
committerAdriana Kobylak <anoo@us.ibm.com>2017-03-01 13:00:58 -0600
commit3773430c91e0849e1c2c71f0f73deb3e87562e8a (patch)
tree5928422b584b5d5ef03f0d1d623a32e14b795cf5 /Makefile.am
parentebd59fa425c2560fd302cfad7fcfe7f02e3bc3cd (diff)
downloadphosphor-logging-3773430c91e0849e1c2c71f0f73deb3e87562e8a.tar.gz
phosphor-logging-3773430c91e0849e1c2c71f0f73deb3e87562e8a.zip
build: Add nobase to the nodist_include_HEADERS
Replace nodist_include_HEADERS with nobase_nodist_include_HEADERS so that the header files retain their directory structure. Without it, phosphor-logging/elog-errors.hpp for example installs in usr/include/ instead of usr/include/phosphor-logging/. Change-Id: Ib2df7d93fd191316f03e4636ee453030d5a318f4 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 169c235..fe90c2f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ nobase_include_HEADERS = \
phosphor-logging/elog.hpp \
phosphor-logging/elog-errors-HostEvent.hpp
-nodist_include_HEADERS = \
+nobase_nodist_include_HEADERS = \
phosphor-logging/elog-errors.hpp \
xyz/openbmc_project/Logging/Internal/Manager/server.hpp
OpenPOWER on IntegriCloud