From df1fb145e1a308ed13fc8528afa8564f87226a65 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Tue, 17 Feb 2004 19:58:22 +0000 Subject: [PATCH] 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 --- util-vserver/tests/Makefile-files | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 1.8.1.5