diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ############################################################################## |