Add "noinst" to generated header

Resolves openbmc/openbmc#2221

Change-Id: I16333d013ea76921ab16c7660103433ddc85eb0e
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 87c5ad3..8725edf 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,6 +9,9 @@
 	item_updater.hpp \
 	activation.hpp
 
+nodist_noinst_HEADERS = \
+	org/openbmc/Associations/server.hpp
+
 sbin_PROGRAMS = \
 	phosphor-version-software-manager \
 	phosphor-download-manager \
@@ -21,8 +24,7 @@
 	image_manager.cpp
 
 nobase_nodist_include_HEADERS = \
-	xyz/openbmc_project/Software/Version/error.hpp \
-	org/openbmc/Associations/server.hpp
+	xyz/openbmc_project/Software/Version/error.hpp
 
 BUILT_SOURCES = \
 	xyz/openbmc_project/Software/Version/error.cpp \
@@ -41,7 +43,9 @@
 	version.cpp \
 	serialize.cpp \
 	item_updater.cpp \
-	item_updater_main.cpp \
+	item_updater_main.cpp
+
+nodist_phosphor_image_updater_SOURCES = \
 	org/openbmc/Associations/server.cpp
 
 generic_cxxflags = \