From 4b84263f384af03a3874005640dd5391088cc2b2 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 10 Jun 2005 15:38:10 +0000 Subject: [PATCH] added -lobjson to makefile git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@339 9efc2488-bf62-4759-914b-345cdb29e865 --- src/srfsh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/srfsh/Makefile b/src/srfsh/Makefile index b5d3eff..d7a3799 100644 --- a/src/srfsh/Makefile +++ b/src/srfsh/Makefile @@ -1,7 +1,7 @@ CC = gcc LIB_DIR = ../../lib CC_OPTS = -fPIC -Wall -O2 -I /usr/include/libxml2 -I /usr/include/libxml2/libxml -I ../../include -EXE_LD_OPTS = -L $(LIB_DIR) -lreadline -lxml2 -lopensrf_transport -lopensrf_stack -ljson -lncurses -lmd5 +EXE_LD_OPTS = -L $(LIB_DIR) -lreadline -lxml2 -lopensrf_transport -lopensrf_stack -ljson -lncurses -lmd5 -lobjson all: srfsh -- 2.11.0