Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/librumpclient Add more indirect library dependencies
details: https://anonhg.NetBSD.org/src/rev/c71247a79cca
branches: trunk
changeset: 348161:c71247a79cca
user: christos <christos%NetBSD.org@localhost>
date: Thu Oct 06 19:52:36 2016 +0000
description:
Add more indirect library dependencies
diffstat:
tests/lib/librumpclient/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r a53f75a9912a -r c71247a79cca tests/lib/librumpclient/Makefile
--- a/tests/lib/librumpclient/Makefile Thu Oct 06 11:13:57 2016 +0000
+++ b/tests/lib/librumpclient/Makefile Thu Oct 06 19:52:36 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/08/10 21:10:18 kre Exp $
+# $NetBSD: Makefile,v 1.8 2016/10/06 19:52:36 christos Exp $
#
.include <bsd.own.mk>
@@ -19,6 +19,8 @@
LDADD+= -lrumpclient
LDADD+= -lrumpdev
LDADD+= -lrumpvfs
-LDADD.h_execthr= -lpthread
+LDADD+= -lrump
+LDADD+= -lrumpuser
+LDADD+= -lpthread
.include <bsd.test.mk>
Home |
Main Index |
Thread Index |
Old Index