[Opensrf-commits] r1795 - trunk (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Sep 28 00:18:31 EDT 2009


Author: dbs
Date: 2009-09-28 00:18:27 -0400 (Mon, 28 Sep 2009)
New Revision: 1795

Modified:
   trunk/Makefile.am
Log:
W h i t e s p a c e matters when defining automake targets

Headers weren't being installed as the include_HEADER target wasn't being parsed.


Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2009-09-25 14:35:18 UTC (rev 1794)
+++ trunk/Makefile.am	2009-09-28 04:18:27 UTC (rev 1795)
@@ -84,36 +84,35 @@
 OSRFINC=@srcdir@/include/opensrf
 
 if BUILDCORE
-	include_HEADERS = $(OSRFINC)/log.h \
-		$(OSRFINC)/md5.h \
-		$(OSRFINC)/osrf_application.h \
-		$(OSRFINC)/osrf_app_session.h \
-		$(OSRFINC)/osrf_big_hash.h \
-		$(OSRFINC)/osrf_big_list.h \
-		$(OSRFINC)/osrf_cache.h \
-		$(OSRFINC)/osrfConfig.h \
-		$(OSRFINC)/osrf_hash.h \
-		$(OSRFINC)/osrf_json.h \
-		$(OSRFINC)/osrf_json_utils.h \
-		$(OSRFINC)/osrf_json_xml.h \
-		$(OSRFINC)/osrf_legacy_json.h \
-		$(OSRFINC)/osrf_list.h \
-		$(OSRFINC)/osrf_message.h \
-		$(OSRFINC)/osrf_prefork.h \
-		$(OSRFINC)/osrf_settings.h \
-		$(OSRFINC)/osrf_stack.h \
-		$(OSRFINC)/osrf_system.h \
-		$(OSRFINC)/osrf_transgroup.h \
-		$(OSRFINC)/sha.h \
-		$(OSRFINC)/socket_bundle.h \
-		$(OSRFINC)/string_array.h \
-		$(OSRFINC)/transport_client.h \
-		$(OSRFINC)/transport_message.h \
-		$(OSRFINC)/transport_session.h \
-		$(OSRFINC)/utils.h \
-		$(OSRFINC)/xml_utils.h \
-		src/gateway/apachetools.h
-
+include_HEADERS = $(OSRFINC)/log.h \
+	$(OSRFINC)/md5.h \
+	$(OSRFINC)/osrf_application.h \
+	$(OSRFINC)/osrf_app_session.h \
+	$(OSRFINC)/osrf_big_hash.h \
+	$(OSRFINC)/osrf_big_list.h \
+	$(OSRFINC)/osrf_cache.h \
+	$(OSRFINC)/osrfConfig.h \
+	$(OSRFINC)/osrf_hash.h \
+	$(OSRFINC)/osrf_json.h \
+	$(OSRFINC)/osrf_json_utils.h \
+	$(OSRFINC)/osrf_json_xml.h \
+	$(OSRFINC)/osrf_legacy_json.h \
+	$(OSRFINC)/osrf_list.h \
+	$(OSRFINC)/osrf_message.h \
+	$(OSRFINC)/osrf_prefork.h \
+	$(OSRFINC)/osrf_settings.h \
+	$(OSRFINC)/osrf_stack.h \
+	$(OSRFINC)/osrf_system.h \
+	$(OSRFINC)/osrf_transgroup.h \
+	$(OSRFINC)/sha.h \
+	$(OSRFINC)/socket_bundle.h \
+	$(OSRFINC)/string_array.h \
+	$(OSRFINC)/transport_client.h \
+	$(OSRFINC)/transport_message.h \
+	$(OSRFINC)/transport_session.h \
+	$(OSRFINC)/utils.h \
+	$(OSRFINC)/xml_utils.h \
+	src/gateway/apachetools.h
 endif
 
 SUBDIRS = src



More information about the opensrf-commits mailing list