X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=src%2Fraw%2Ftest%2FMakefile;h=37be350adc04d51c917f08401d9e82b38b7351f2;hb=62d134e27244c31bb797981b04dd2b6f5aa0eac2;hp=0ea2f98e976eeb3a1cb51dc590034a55ecd5eaf1;hpb=bf58ee2adc522ea0dbd050d94d3625071eb02d1b;p=swifty.git diff --git a/src/raw/test/Makefile b/src/raw/test/Makefile index 0ea2f98..37be350 100644 --- a/src/raw/test/Makefile +++ b/src/raw/test/Makefile @@ -11,7 +11,7 @@ test: test.o test_sw_socket.o test_sw_bind.o test_sw_getsockname.o \ test_sw_sendmsg.o test_sw_recvmsg.o \ test_sw_setsockopt.o test_sw_getsockopt.o \ test_sw_close.o test_dummy.o test_common.o \ - ../swift_raw.o ../swift_list.o + ../swift_raw.o ../socket_manager_list.o ../swift_raw.o: ../swift_raw.c ../include/swift_raw.h make -C .. swift_raw.o