summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-10-07 13:25:46 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-10-07 13:25:46 +0200
commit19d205a8dae7f7bc1e6a8dc8177804417b0b2fa6 (patch)
tree81876399d8505e4057bc61b08364d38ab078bd94 /Makefile
parentacbd9b9832efddbf57d13684c672202de34dbc3f (diff)
Makefile: Honor LDFLAGS
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 147e08d..e33c1a6 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ fb: fb.in
chmod 755 $@
fb-helper: fb-helper.c
- $(CC) $(CFLAGS) $(LIBCURL) -DVERSION=\"$(VERSION)\" -o $@ $<
+ $(CC) $(CFLAGS) $(LDFLAGS) -DVERSION=\"$(VERSION)\" -o $@ $< $(LIBCURL)
clean:
rm -f fb fb-helper