From dcca0160dedf53e3683c66e04c4b8eda9d74e5c6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 6 Apr 2012 11:54:28 +0200 Subject: sorted out more argument parsing trouble --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf