summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-10-24 14:55:38 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-10-24 14:55:38 +0000
commit9bc164fb17451337952eadea7de8e54b3ffaaefd (patch)
treeb76072c9e7fa5c6c52717fe742da7e9c699f9dd4
parent0b2719640e69c8bc929c43338646674a2a00582c (diff)
downloadskalibs-9bc164fb17451337952eadea7de8e54b3ffaaefd.tar.xz
Real fix for the shared lib dep: correctly DT_NEEDED timer_lib
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ef6696..9531cd7 100644
--- a/Makefile
+++ b/Makefile
@@ -127,7 +127,7 @@ libskarnet.a.xyzzy: $(ALL_SOBJS)
exec $(RANLIB) $@
libskarnet.so.xyzzy: $(ALL_DOBJS)
- exec $(REALCC) -o $@ $(CFLAGS_ALL) $(CFLAGS_SHARED) $(LDFLAGS_ALL) $(LDFLAGS_SHARED) -Wl,-soname,libskarnet.so.$(version_M) $^ $(SOCKET_LIB) $(SPAWN_LIB) $(SYSCLOCK_LIB) $(UTIL_LIB)
+ exec $(REALCC) -o $@ $(CFLAGS_ALL) $(CFLAGS_SHARED) $(LDFLAGS_ALL) $(LDFLAGS_SHARED) -Wl,-soname,libskarnet.so.$(version_M) $^ $(SOCKET_LIB) $(SPAWN_LIB) $(SYSCLOCK_LIB) $(TAINNOW_LIB) $(TIMER_LIB) $(UTIL_LIB)
.PHONY: it all clean distclean tgz strip install install-data install-sysdeps install-dynlib install-lib install-include