mirror of
https://code.semirocket.science/wrapsix
synced 2025-12-21 18:06:48 +02:00
Dropped compiling of DNS64 proxy
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
sbin_PROGRAMS = wrapsix-dnsproxy wrapsix-wrapper
|
||||
wrapsix_dnsproxy_SOURCES = dnsproxy.c
|
||||
wrapsix_wrapper_SOURCES = \
|
||||
arp.c arp.h \
|
||||
checksum.c checksum.h \
|
||||
ethernet.h \
|
||||
icmp.c icmp.h \
|
||||
ipv4.c ipv4.h \
|
||||
ipv6.c ipv6.h \
|
||||
linkedlist.c linkedlist.h \
|
||||
log.c log.h \
|
||||
nat.c nat.h \
|
||||
radixtree.c radixtree.h \
|
||||
tcp.c tcp.h \
|
||||
transmitter.c transmitter.h \
|
||||
udp.c udp.h \
|
||||
wrapper.c wrapper.h
|
||||
sbin_PROGRAMS = wrapsix
|
||||
wrapsix_SOURCES = \
|
||||
arp.c arp.h \
|
||||
checksum.c checksum.h \
|
||||
ethernet.h \
|
||||
icmp.c icmp.h \
|
||||
ipv4.c ipv4.h \
|
||||
ipv6.c ipv6.h \
|
||||
linkedlist.c linkedlist.h \
|
||||
log.c log.h \
|
||||
nat.c nat.h \
|
||||
radixtree.c radixtree.h \
|
||||
tcp.c tcp.h \
|
||||
transmitter.c transmitter.h \
|
||||
udp.c udp.h \
|
||||
wrapper.c wrapper.h
|
||||
|
||||
Reference in New Issue
Block a user