projects
/
opensrf
/
bjwebb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
543220b
)
And place headers in /prefix/include/opensrf/ again, fixing regression to /prefix...
author
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 28 Sep 2009 04:38:16 +0000
(
04:38
+0000)
committer
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 28 Sep 2009 04:38:16 +0000
(
04:38
+0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1796
9efc2488
-bf62-4759-914b-
345cdb29e865
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
855c1cc
..
fc5acc6
100644
(file)
--- 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 \
+
opensrf
include_HEADERS = $(OSRFINC)/log.h \
$(OSRFINC)/md5.h \
$(OSRFINC)/osrf_application.h \
$(OSRFINC)/osrf_app_session.h \