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 10d5b96..ef73370 100644 (file)
@@ -7,9 +7,9 @@ CFLAGS   += -Wall
 LDFLAGS  += -lc -soname libnet.so
 
 OBJ = main.o address.o socket.o
-OBJ += hostnames.o dns.o
+OBJ += hostnames.o dns.o dns_proto.o
 BIN = libnet.so
 
-UTESTS = dns
+UTESTS = dns_prot
 
 include ../Makefile.tpl

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