diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-10-07 13:25:46 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-10-07 13:25:46 +0200 |
commit | 19d205a8dae7f7bc1e6a8dc8177804417b0b2fa6 (patch) | |
tree | 81876399d8505e4057bc61b08364d38ab078bd94 | |
parent | acbd9b9832efddbf57d13684c672202de34dbc3f (diff) |
Makefile: Honor LDFLAGS
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |