mirror of
https://code.semirocket.science/wrapsix
synced 2024-11-21 21:41:07 +02:00
Dropped compiling of DNS64 proxy
This commit is contained in:
parent
8b58e0f274
commit
8a2f5c9158
3
.gitignore
vendored
3
.gitignore
vendored
@ -17,8 +17,7 @@ INSTALL
|
|||||||
|
|
||||||
# build
|
# build
|
||||||
*.o
|
*.o
|
||||||
wrapsix-dnsproxy
|
wrapsix
|
||||||
wrapsix-wrapper
|
|
||||||
|
|
||||||
# debug
|
# debug
|
||||||
core
|
core
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
sbin_PROGRAMS = wrapsix-dnsproxy wrapsix-wrapper
|
sbin_PROGRAMS = wrapsix
|
||||||
wrapsix_dnsproxy_SOURCES = dnsproxy.c
|
wrapsix_SOURCES = \
|
||||||
wrapsix_wrapper_SOURCES = \
|
arp.c arp.h \
|
||||||
arp.c arp.h \
|
checksum.c checksum.h \
|
||||||
checksum.c checksum.h \
|
ethernet.h \
|
||||||
ethernet.h \
|
icmp.c icmp.h \
|
||||||
icmp.c icmp.h \
|
ipv4.c ipv4.h \
|
||||||
ipv4.c ipv4.h \
|
ipv6.c ipv6.h \
|
||||||
ipv6.c ipv6.h \
|
linkedlist.c linkedlist.h \
|
||||||
linkedlist.c linkedlist.h \
|
log.c log.h \
|
||||||
log.c log.h \
|
nat.c nat.h \
|
||||||
nat.c nat.h \
|
radixtree.c radixtree.h \
|
||||||
radixtree.c radixtree.h \
|
tcp.c tcp.h \
|
||||||
tcp.c tcp.h \
|
transmitter.c transmitter.h \
|
||||||
transmitter.c transmitter.h \
|
udp.c udp.h \
|
||||||
udp.c udp.h \
|
wrapper.c wrapper.h
|
||||||
wrapper.c wrapper.h
|
|
||||||
|
Loading…
Reference in New Issue
Block a user