summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2014-12-16 02:59:49 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2014-12-16 02:59:49 +0000
commit37f623ec2637d11730cffa53ba992cae86d03f07 (patch)
tree839d74097c68009b4a2243c9383ec96f7819ba5d /Makefile
parent1a6384859a525a42aabb747bb29bbac9cd440faf (diff)
downloads6-37f623ec2637d11730cffa53ba992cae86d03f07.tar.xz
Don't forget the new Makefile >.>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73d9cbb..46f8376 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@ $(DESTDIR)$(includedir)/$(package)/%.h: src/include/$(package)/%.h
exec $(REALCC) $(CPPFLAGS_ALL) $(CFLAGS_ALL) $(CFLAGS_SHARED) -c -o $@ $<
$(ALL_BINS):
- exec $(REALCC) -o $@ $(CFLAGS_ALL) $(LDFLAGS_ALL) $(LDFLAGS_NOSHARED) $^ $(LDLIBS_ALL)
+ exec $(REALCC) -o $@ $(CFLAGS_ALL) $(LDFLAGS_ALL) $(LDFLAGS_NOSHARED) $^ $(EXTRA_LIBS) $(LDLIBS_ALL)
lib%.a:
exec $(AR) rc $@ $^