Remove nodist_noinst and nobase_nodist_include

nodist_noinst_HEADER is not needed for
org/openbmc/Associations/server.hpp.
The header file by default is not installed.

xyz/openbmc_project/Software/Version/error.hpp
does not need to be included, so remove nobase_nodist_include.

Change-Id: Ie268ff17aeef2a341842b124e8653f725993fabc
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 8725edf..f17ca41 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,9 +9,6 @@
 	item_updater.hpp \
 	activation.hpp
 
-nodist_noinst_HEADERS = \
-	org/openbmc/Associations/server.hpp
-
 sbin_PROGRAMS = \
 	phosphor-version-software-manager \
 	phosphor-download-manager \
@@ -23,9 +20,6 @@
 	version.cpp \
 	image_manager.cpp
 
-nobase_nodist_include_HEADERS = \
-	xyz/openbmc_project/Software/Version/error.hpp
-
 BUILT_SOURCES = \
 	xyz/openbmc_project/Software/Version/error.cpp \
 	xyz/openbmc_project/Software/Version/error.hpp \