Noticed a small error in src/gateway/Makefile.am 
Here is the fix

Kevin

On Sun, 2008-07-27 at 23:58 -0400, Dan Scott wrote:
> 2008/7/25 Bill Erickson <[EMAIL PROTECTED]>:
> > On Friday 25 July 2008 11:43 Kevin Beswick wrote:
> >> Updated patch to reflect the changes since the revision that just
> >> happened in trunk (r1372).
> >
> > Working for me, FWIW.
> 
> I had to munge the patch a bit more to deal with the removal of the
> objson API compat layer, but have committed this to the OpenSRF
> repository. Thanks Kevin!
> 
Index: src/gateway/Makefile.am
===================================================================
--- src/gateway/Makefile.am	(revision 1376)
+++ src/gateway/Makefile.am	(working copy)
@@ -21,8 +21,8 @@
 	$(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

Reply via email to