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:18:57 -0500
commit50e5c1fe1c7a0c8658b2483caa05e2eaa2a22bfb (patch)
tree5fa8ce2156eda986a3067d60a007cc2e5c7df11e /Makefile.in
parentda6b7c0e98dee1fa96d65b49438da22ed4d958a7 (diff)
downloadslibtool-50e5c1fe1c7a0c8658b2483caa05e2eaa2a22bfb.tar.bz2
slibtool-50e5c1fe1c7a0c8658b2483caa05e2eaa2a22bfb.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)