From: Enrico Scholz Date: Thu, 16 Oct 2003 15:07:10 +0000 (+0000) Subject: generalized building with dietlibc X-Git-Tag: VERSION_0_10~1230 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3200d449106d1c6d12130b93b15792dc57e25c08;p=util-vserver.git generalized building with dietlibc added getinitpid git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@180 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/tests/Makefile-files b/util-vserver/tests/Makefile-files index 8d1d11f..c2f9601 100644 --- a/util-vserver/tests/Makefile-files +++ b/util-vserver/tests/Makefile-files @@ -17,13 +17,15 @@ ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ## -test_PRGS = tests/chrootsafe \ - tests/escaperoot \ - tests/forkbomb \ - tests/testipc \ - tests/testlimit \ - tests/testopenf \ - tests/getctx +tests_DIETPROGS = tests/getctx tests/getinitpid + +test_PRGS = tests/chrootsafe \ + tests/escaperoot \ + tests/forkbomb \ + tests/testipc \ + tests/testlimit \ + tests/testopenf \ + $(tests_DIETPROGS) tests_chrootsafe_SOURCES = tests/chrootsafe.cc tests_chrootsafe_LDADD = lib/libvserver.a @@ -37,7 +39,6 @@ tests_testopenf_SOURCES = tests/testopenf.cc tests_getctx_SOURCES = tests/getctx.c tests_getctx_LDADD = lib/libvserver.a -if USE_DIETLIBC -tests/getctx$(EXEEXT) tests/getctx$(OBJEXT) \ - : CC=$(DIET_CC) -endif +tests_getinitpid_SOURCES = tests/getinitpid.c +tests_getinitpid_LDADD = lib/libvserver.a +