oopsie
authorphasefx <phasefx@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 1 Mar 2005 21:26:11 +0000 (21:26 +0000)
committerphasefx <phasefx@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 1 Mar 2005 21:26:11 +0000 (21:26 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@136 9efc2488-bf62-4759-914b-345cdb29e865

src/libjson/Makefile

index 18f541f..651131e 100644 (file)
@@ -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 \