You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.am 904B

123456789101112131415161718192021
  1. SUBDIRS = man scripts conf
  2. AM_CFLAGS= -g -I. @debug_flags@ -I@gmp@
  3. AM_CXXFLAGS = -g -I. @debug_flags@ -I@gmp@
  4. bin_PROGRAMS = ntkd ntk-resolv
  5. ntkd_SOURCES = accept.c map.c misc.c buffer.c hash.c pkts.c qspn.c \
  6. request.c \
  7. radar.c gmap.c hook.c rehook.c if.c inet.c ipv6-gmp.c \
  8. krnl_route.c andna.c snsd_cache.c andna_cache.c err_errno.c \
  9. andns.c andns_lib.c dnslib.c andns_net.c andns_snsd.c \
  10. bmap.c conf.c crypto.c daemon.c dns_wrapper.c endianness.c \
  11. krnl_rule.c iptunnel.c libnetlink.c ll_map.c llist.c log.c \
  12. route.c tracer.c igs.c libping.c xmalloc.c netsukuku.c \
  13. mark.c libiptc/libip4tc.c
  14. ntkd_LDADD = -lpthread -lgmp -lcrypto -lresolv -lz
  15. ntk_resolv_SOURCES = andns_lib.c ntkresolv.c andns_net.c crypto.c \
  16. snsd_cache.c inet.c ll_map.c libnetlink.c log.c \
  17. xmalloc.c endianness.c misc.c err_errno.c buffer.c
  18. ntk_resolv_LDADD = -lz -lcrypto