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

12 lines
308 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 \
ipv6.c ipv6.h \
ipv4.h \
2012-03-26 13:56:17 +03:00
nat.c nat.h \
radixtree.c radixtree.h \
2012-03-26 13:56:17 +03:00
transmitter.c transmitter.h \
wrapper.c wrapper.h