From: phasefx Date: Tue, 1 Mar 2005 21:26:11 +0000 (+0000) Subject: oopsie X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=850f9c12c2bdfc675c2d7a5cf439f3202e0b8412;p=opensrf%2Fbjwebb.git oopsie git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@136 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/libjson/Makefile b/src/libjson/Makefile index 18f541f..651131e 100644 --- a/src/libjson/Makefile +++ b/src/libjson/Makefile @@ -2,8 +2,8 @@ CFLAGS += -g -O2 -Wall -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -I ../../include LDFLAGS += -shared -W1 -LDLIBS += -L . -ljson LIB_DIR = ../../lib +LDLIBS += -L . -ljson -L $(LIB_DIR) LIB_OBJS = debug.o \ linkhash.o \