summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-06 11:54:28 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-06 11:54:28 +0200
commitdcca0160dedf53e3683c66e04c4b8eda9d74e5c6 (patch)
tree490b13c983d93d3967bde43dbff79281e4c88b70 /Makefile
parent839629694a0245884f8d72d8573ca75ee33ac391 (diff)
downloadpgfuse-dcca0160dedf53e3683c66e04c4b8eda9d74e5c6.tar.gz
pgfuse-dcca0160dedf53e3683c66e04c4b8eda9d74e5c6.tar.bz2
sorted out more argument parsing trouble
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71b58f3..169ec2f 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ CFLAGS += -DFUSE_USE_VERSION=26
# use pkg-config to detemine compiler/linker flags for libfuse
CFLAGS += `pkg-config fuse --cflags`
-LDFLAGS = `pkg-config fuse --libs`
+LDFLAGS = `pkg-config fuse --libs` -lpq
clean:
rm -f pgfuse pgfuse.o