W h i t e s p a c e matters when defining automake targets
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 28 Sep 2009 04:18:27 +0000 (04:18 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 28 Sep 2009 04:18:27 +0000 (04:18 +0000)
Headers weren't being installed as the include_HEADER target wasn't being parsed.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1795 9efc2488-bf62-4759-914b-345cdb29e865

Makefile.am

index e2f8f0b..855c1cc 100644 (file)
@@ -84,36 +84,35 @@ EXTRA_DIST = $(DOC_FILES) $(EXAMPLES_FILES) $(libosrf_FILES) $(strn_compat_FILES
 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