From a29e16982fab50dd4b592ba2af492fc4ed8b6c5e Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 1 Jul 2008 01:15:09 +0000 Subject: [PATCH] Link osrf_json_gateway to objson and opensrf libraries the autotools way git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1353 9efc2488-bf62-4759-914b-345cdb29e865 --- src/gateway/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gateway/Makefile.am b/src/gateway/Makefile.am index 0fdccea..93c6d7d 100644 --- a/src/gateway/Makefile.am +++ b/src/gateway/Makefile.am @@ -14,12 +14,12 @@ AM_LDFLAGS = $(DEF_LDFLAGS) AM_CFLAGS = $(DEF_CFLAGS) -DASSUME_STATELESS -L../libopensrf/.libs/ -LDADD = $(DEF_LDLIBS) curdir = @abs_top_builddir@/src/gateway/ cur_LTLIBRARIES = libosrf_json_gateway.la libosrf_json_gateway_la_SOURCES = apachetools.c apachetools.h osrf_json_gateway.c +libosrf_json_gateway_la_LIBADD = -lobjson -lopensrf include_HEADERS = apachetools.h -- 2.43.2