projects
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e480e4f
)
Fix for installing gateway and translator (thanks to Kevin Beswick)
author
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 28 Jul 2008 16:06:27 +0000
(16:06 +0000)
committer
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 28 Jul 2008 16:06:27 +0000
(16:06 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1377
9efc2488
-bf62-4759-914b-
345cdb29e865
src/gateway/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gateway/Makefile.am
b/src/gateway/Makefile.am
index
fa83b94
..
569ba7d
100644
(file)
--- a/
src/gateway/Makefile.am
+++ b/
src/gateway/Makefile.am
@@
-21,8
+21,8
@@
all-local:
$(APXS2) -c $(DEF_LDLIBS) $(options) @srcdir@/osrf_http_translator.c
install-exec-local:
- $(APXS2) -i -a @srcdir@/osrf_json_gateway.
c
- $(APXS2) -i -a @srcdir@/osrf_http_translator.
c
+ $(APXS2) -i -a @srcdir@/osrf_json_gateway.
la
+ $(APXS2) -i -a @srcdir@/osrf_http_translator.
la
clean-local:
rm -f @srcdir@/osrf_http_translator.la @srcdir@/osrf_http_translator.lo @srcdir@/osrf_http_translator.slo @srcdir@/osrf_json_gateway.la @srcdir@/osrf_json_gateway.lo @srcdir@/osrf_json_gateway.slo