From: Enrico Scholz Date: Tue, 17 Feb 2004 19:58:22 +0000 (+0000) Subject: use $(VSERVER_LDADDS) instead of lib/libvserver.la to use '-lcompat' on purpose X-Git-Tag: VERSION_0_10~635 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df1fb145e1a308ed13fc8528afa8564f87226a65;p=util-vserver.git use $(VSERVER_LDADDS) instead of lib/libvserver.la to use '-lcompat' on purpose git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@926 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/tests/Makefile-files b/util-vserver/tests/Makefile-files index e0c37a3..6bf9b1d 100644 --- a/util-vserver/tests/Makefile-files +++ b/util-vserver/tests/Makefile-files @@ -34,13 +34,13 @@ tests_testlimit_SOURCES = tests/testlimit.c tests_testopenf_SOURCES = tests/testopenf.c tests_getctx_SOURCES = tests/getctx.c -tests_getctx_LDADD = lib/libvserver.la +tests_getctx_LDADD = $(VSERVER_LDADDS) tests_getctx_LDFLAGS = $(VSERVER_LDFLAGS) tests_getinitpid_SOURCES = tests/getinitpid.c -tests_getinitpid_LDADD = lib/libvserver.la +tests_getinitpid_LDADD = $(VSERVER_LDADDS) tests_getinitpid_LDFLAGS = $(VSERVER_LDFLAGS) tests_vserver_info_SOURCES = tests/vserver-info.c -tests_vserver_info_LDADD = lib/libvserver.la +tests_vserver_info_LDADD = $(VSERVER_LDADDS) tests_vserver_info_LDFLAGS = $(VSERVER_LDFLAGS)