]> rtime.felk.cvut.cz Git - frescor/frsh.git/commitdiff
Corrected frsh test compilation
authorMartin Molnar <molnam1@fel.cvut.cz>
Thu, 12 Mar 2009 01:02:25 +0000 (02:02 +0100)
committerMartin Molnar <molnam1@fel.cvut.cz>
Thu, 12 Mar 2009 01:02:25 +0000 (02:02 +0100)
frsh_api/tests/Makefile.omk

index b03c9ee9ca44736f799afe1959413780dffc25a1..62a195cc276a8f44385977da53a188238c6c7727 100644 (file)
@@ -5,13 +5,6 @@ lib_LOADLIBES += pthread rt frsh
 
 ifeq ($(CONFIG_FWP),y)
 SUBDIRS= fwptest pingpong
-
-test_PROGRAMS += distributed distributed2 
-distributed_SOURCES+= distributed.c
-distributed2_SOURCES+= distributed2.c
-fwpreceiver_SOURCES+= fwpreceiver.c
-fwpsender_SOURCES+= fwpsender.c
-lib_LOADLIBES += pthread rt fwp fna frsh
 endif
 
 ifeq ($(CONFIG_ORTE_TEST),y)