From a0d74522f6c2dba5eaeb1a441de03a6f77800aaa Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 7 Dec 2011 18:34:41 +0100 Subject: read config from ini file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5309c21..8272d2c 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ objects:=$(sources:.c=.o) #32BIT=-m32 CFLAGS=-fPIC $(32BIT) -g -std=c99 CFLAGS+=-I$(shell pg_config --includedir) -LDFLAGS=-shared -Wl,-soname,$(TARGET) $(32BIT) -lpq +LDFLAGS=-shared -Wl,-soname,$(TARGET) $(32BIT) -lpq -liniparser ############################################################################## -- cgit v1.2.3