summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-11-25 06:01:56 -0500
committermidipix <writeonce@midipix.org>2018-11-25 09:24:54 -0500
commite1cd944c4f29f548a2999995269dae6e29f84e89 (patch)
treead59f1be84c0aa7aa7db74ceed43a8be9be360fb /Makefile.in
parent000825b1d3c2c81a61c578bf5385495d36f0dc60 (diff)
downloadptycon-e1cd944c4f29f548a2999995269dae6e29f84e89.tar.bz2
ptycon-e1cd944c4f29f548a2999995269dae6e29f84e89.tar.xz
build system: --all-shared: properly express primary shared library dependency.
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 887f367..ad393f7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -227,7 +227,7 @@ $(DEFAULT_APP): $(STATIC_OBJS) $(APP_OBJS)
rm -f app.tag
$(CC) -o $@ $^ $(LDFLAGS_APP)
-$(SHARED_APP): $(SHARED_LIB) $(APP_OBJS) $(SHARED_SOLINK)
+$(SHARED_APP): $(DSO_REF_SONAME) $(APP_OBJS) $(SHARED_SOLINK)
rm -f app.tag
$(CC) -o $@ $(APP_OBJS) $(LDFLAGS_APP) -l$(PACKAGE)