From fba25d7eb5ba06b4de6f261c7a5e482cf795ac86 Mon Sep 17 00:00:00 2001
From: dbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Date: Mon, 28 Sep 2009 04:38:16 +0000
Subject: [PATCH] And place headers in /prefix/include/opensrf/ again, fixing
 regression to /prefix/include/

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1796 9efc2488-bf62-4759-914b-345cdb29e865
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 855c1cc..fc5acc6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,6 +30,7 @@ export PID			= @localstatedir@/run/opensrf
 export SOCK			= @localstatedir@/lock/opensrf
 export LOG			= @localstatedir@/log/opensrf
 export srcdir			= @srcdir@
+opensrfincludedir		= @includedir@/opensrf
 
 ACLOCAL_AMFLAGS = -I m4
 
@@ -84,7 +85,7 @@ EXTRA_DIST = $(DOC_FILES) $(EXAMPLES_FILES) $(libosrf_FILES) $(strn_compat_FILES
 OSRFINC=@srcdir@/include/opensrf
 
 if BUILDCORE
-include_HEADERS = $(OSRFINC)/log.h \
+opensrfinclude_HEADERS = $(OSRFINC)/log.h \
 	$(OSRFINC)/md5.h \
 	$(OSRFINC)/osrf_application.h \
 	$(OSRFINC)/osrf_app_session.h \
-- 
2.11.0