summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-11-25 06:07:28 -0500
committermidipix <writeonce@midipix.org>2018-11-25 09:17:31 -0500
commitf4059d317b68cc2ab49e4f12464ee7a50c4eb09f (patch)
treefb62962ef2289ae286fc47429cbcd21c94bfb9da /Makefile.in
parent38c04a5f1cb98bb0068b772ed590b73935fe40d6 (diff)
downloadbfirm-f4059d317b68cc2ab49e4f12464ee7a50c4eb09f.tar.bz2
bfirm-f4059d317b68cc2ab49e4f12464ee7a50c4eb09f.tar.xz
build system: only apply LDFLAGS_IMPLIB to the package's primary shared lib.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ad393f7..76d0133 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -218,6 +218,7 @@ app-objs: dirs $(APP_OBJS)
$(SHARED_LIB): $(SHARED_OBJS)
+$(SHARED_LIB): LDFLAGS_SHARED += $(LDFLAGS_IMPLIB)
$(STATIC_LIB): $(STATIC_OBJS)