summaryrefslogtreecommitdiffhomepage
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:58 -0500
commit19aa5c92beb339b0f89d28168b0a5c9415896e4f (patch)
tree7d417abff4c012f2893567ddf2979bcbe5de4b18 /Makefile.in
parentbfbcd246bbe18879bca39c811defdfae4f4d6883 (diff)
downloadsofort-19aa5c92beb339b0f89d28168b0a5c9415896e4f.tar.bz2
sofort-19aa5c92beb339b0f89d28168b0a5c9415896e4f.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)