1
0
mirror of https://code.semirocket.science/wrapsix synced 2024-09-19 23:11:04 +03:00
wrapsix/src/Makefile.am

18 lines
444 B
Makefile
Raw Normal View History

sbin_PROGRAMS = wrapsix-dnsproxy wrapsix-wrapper
wrapsix_dnsproxy_SOURCES = dnsproxy.c
2012-03-26 13:56:17 +03:00
wrapsix_wrapper_SOURCES = \
2012-03-31 19:47:27 +03:00
arp.c arp.h \
2012-04-01 17:22:54 +03:00
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 \
2012-03-26 13:56:17 +03:00
nat.c nat.h \
radixtree.c radixtree.h \
2012-04-07 12:49:26 +03:00
tcp.c tcp.h \
2012-03-26 13:56:17 +03:00
transmitter.c transmitter.h \
2012-04-06 18:02:40 +03:00
udp.c udp.h \
2012-03-26 13:56:17 +03:00
wrapper.c wrapper.h