Usermode/utests - Fix DNS utest, update libc utests to new format (no more EXP files)
[tpg/acess2.git] / Usermode / Libraries / libnet.so_src / Makefile
index f92e7bc..ef73370 100644 (file)
@@ -6,7 +6,10 @@ CPPFLAGS +=
 CFLAGS   += -Wall
 LDFLAGS  += -lc -soname libnet.so
 
-OBJ = address.o
-BIN = ../libnet.so
+OBJ = main.o address.o socket.o
+OBJ += hostnames.o dns.o dns_proto.o
+BIN = libnet.so
+
+UTESTS = dns_prot
 
 include ../Makefile.tpl

UCC git Repository :: git.ucc.asn.au