summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-12-07 18:34:41 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2011-12-07 18:56:37 +0100
commita0d74522f6c2dba5eaeb1a441de03a6f77800aaa (patch)
treec608de636f4c1d430c1f38e774b6794df88889a7 /Makefile
parent779b337d042b12c31ca241de995b00a68461e83d (diff)
downloadts3db_postgres-a0d74522f6c2dba5eaeb1a441de03a6f77800aaa.tar.gz
ts3db_postgres-a0d74522f6c2dba5eaeb1a441de03a6f77800aaa.tar.xz
ts3db_postgres-a0d74522f6c2dba5eaeb1a441de03a6f77800aaa.zip
read config from ini file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
##############################################################################