use $(VSERVER_LDADDS) instead of lib/libvserver.la to use '-lcompat' on purpose
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 17 Feb 2004 19:58:22 +0000 (19:58 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Tue, 17 Feb 2004 19:58:22 +0000 (19:58 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@926 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/tests/Makefile-files

index e0c37a3..6bf9b1d 100644 (file)
@@ -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)