Add "noinst" for generated header

Change-Id: Ia5e02c6bc90599b10fd4a4ddce569d83d05af5c7
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 47c2d36..1d65d7f 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
 
 ACLOCAL_AMFLAGS = -Im4
 
-nobase_nodist_include_HEADERS = \
+nodist_noinst_HEADERS = \
 	org/openbmc/Associations/server.hpp
 
 sbin_PROGRAMS = \
@@ -13,7 +13,9 @@
 	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 = \