summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-11-23 03:54:46 -0500
committermidipix <writeonce@midipix.org>2018-11-23 03:56:07 -0500
commit42c4290ce68c3a8c2401df2f4098903c4ee806c1 (patch)
tree3371e08323547c9a7f5c680c14eb072d6913521c /Makefile.in
parent95d491cc9a3793daf14de56414171657955e50ee (diff)
downloadsofort-42c4290ce68c3a8c2401df2f4098903c4ee806c1.tar.bz2
sofort-42c4290ce68c3a8c2401df2f4098903c4ee806c1.tar.xz
build system: all-shared: use LDFLAGS_APP as before, now with correct ordering.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9ec7513..887f367 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -229,7 +229,7 @@ $(DEFAULT_APP): $(STATIC_OBJS) $(APP_OBJS)
$(SHARED_APP): $(SHARED_LIB) $(APP_OBJS) $(SHARED_SOLINK)
rm -f app.tag
- $(CC) -o $@ $(APP_OBJS) $(LDFLAGS_SHARED) -l$(PACKAGE)
+ $(CC) -o $@ $(APP_OBJS) $(LDFLAGS_APP) -l$(PACKAGE)
$(STATIC_APP): $(STATIC_OBJS) $(APP_OBJS)
rm -f app.tag