summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-08-29 08:30:48 -0500
committerGunnar Mills <gmills@us.ibm.com>2017-08-29 11:45:13 -0500
commit8fc66c9c0ef0d2105944a6adbe3698e0c115c6c1 (patch)
tree9d2f9f13af001cde770c79f0b79d882f6afe2670
parent3fa7028487e7bac94a65dd7b06e15a54f9b843a8 (diff)
downloadopenpower-pnor-code-mgmt-8fc66c9c0ef0d2105944a6adbe3698e0c115c6c1.tar.gz
openpower-pnor-code-mgmt-8fc66c9c0ef0d2105944a6adbe3698e0c115c6c1.zip
Add "noinst" for generated header
Change-Id: Ia5e02c6bc90599b10fd4a4ddce569d83d05af5c7 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rwxr-xr-xMakefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 47c2d3633..1d65d7fd1 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ AM_DEFAULT_SOURCE_EXT = .cpp
ACLOCAL_AMFLAGS = -Im4
-nobase_nodist_include_HEADERS = \
+nodist_noinst_HEADERS = \
org/openbmc/Associations/server.hpp
sbin_PROGRAMS = \
@@ -13,7 +13,9 @@ openpower_update_manager_SOURCES = \
version.cpp \
serialize.cpp \
item_updater.cpp \
- item_updater_main.cpp \
+ item_updater_main.cpp
+
+nodist_openpower_update_manager_SOURCES = \
org/openbmc/Associations/server.cpp
CLEANFILES = \
OpenPOWER on IntegriCloud