Index: source/ariba/Makefile.am
===================================================================
--- source/ariba/Makefile.am	(revision 2409)
+++ source/ariba/Makefile.am	(revision 2413)
@@ -363,21 +363,21 @@
 # make install stuff ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-libariba_ladir = ${pkgincludedir}
-
-#interfaces headers for make install - don't 
-#remove the here listed .h files from _SOURCES!
-libariba_la_HEADERS = \
-  tidy/ariba.h \
-  tidy/AribaModule.h \
-  tidy/DataMessage.h \
-  tidy/Identifiers.h \
-  tidy/LinkProperties.h \
-  tidy/Module.h \
-  tidy/Name.h \
-  tidy/Node.h \
-  tidy/NodeListener.h \
-  tidy/SpoVNetProperties.h \
-  tidy/TidyCommunicationListener.h \
-  tidy/TidyMessage.h
+# libariba_ladir = ${pkgincludedir}
+# 
+# #interfaces headers for make install - don't 
+# #remove the here listed .h files from _SOURCES!
+# libariba_la_HEADERS = \
+#   tidy/ariba.h \
+#   tidy/AribaModule.h \
+#   tidy/DataMessage.h \
+#   tidy/Identifiers.h \
+#   tidy/LinkProperties.h \
+#   tidy/Module.h \
+#   tidy/Name.h \
+#   tidy/Node.h \
+#   tidy/NodeListener.h \
+#   tidy/SpoVNetProperties.h \
+#   tidy/TidyCommunicationListener.h \
+#   tidy/TidyMessage.h
 
 # old make install stuff ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -387,14 +387,14 @@
 # header files to install - TODO: extract all *.h and *.hpp files ~~~~
 
-#libariba_ladir = ${pkgincludedir}
-
-# install-data-local:
-# 	@for f in $(libariba_la_SOURCES); do \
-# 		d=`echo $$f | sed -e 's,/[^/]*$$,,'`; \
-# 		$(mkinstalldirs) $(DESTDIR)$(libariba_ladir)/$$d; \
-# 		if test -f $(srcdir)/$$f; then p=$(srcdir)/$$f; else p=$$f; fi; \
-# 		$(INSTALL_DATA) $$p $(DESTDIR)$(libariba_ladir)/$$f; \
-# 	done
-# 
-# uninstall-local:
-# 	rm -rf $(DESTDIR)$(libariba_ladir)
+libariba_ladir = ${pkgincludedir}
+
+install-data-local:
+	@for f in $(libariba_la_SOURCES); do \
+		d=`echo $$f | sed -e 's,/[^/]*$$,,'`; \
+		$(mkinstalldirs) $(DESTDIR)$(libariba_ladir)/$$d; \
+		if test -f $(srcdir)/$$f; then p=$(srcdir)/$$f; else p=$$f; fi; \
+		$(INSTALL_DATA) $$p $(DESTDIR)$(libariba_ladir)/$$f; \
+	done
+
+uninstall-local:
+	rm -rf $(DESTDIR)$(libariba_ladir)
