diff --git a/Makefile.am b/Makefile.am index 35caf5c5..b7e4e3fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,13 @@ SUBDIRS = \ doc EXTRA_DIST = \ - extras \ + extras/fwknop.init.debian \ + extras/fwknop.init.openwrt \ + extras/fwknop.init.redhat \ + extras/openwrt/README.openwrt \ + extras/openwrt/package/fwknop/Makefile \ + extras/openwrt/package/fwknop/files/fwknopd.init \ + extras/openwrt/package/gpgme/Makefile \ fwknop.spec \ perl/FKO/README \ perl/FKO/inc/Devel/CheckLib.pm \ diff --git a/configure.ac b/configure.ac index 97deca30..a3317e89 100644 --- a/configure.ac +++ b/configure.ac @@ -79,7 +79,7 @@ AC_HEADER_STDC AC_HEADER_TIME AC_HEADER_RESOLV -AC_CHECK_HEADERS([arpa/inet.h ctype.h endian.h errno.h locale.h netdb.h net/ethernet.h netinet/ether.h netinet/ip_icmp.h netinet/in.h netinet/ip.h netinet/tcp.h netinet/udp.h stdint.h stdlib.h string.h strings.h sys/byteorder.h sys/endian.h sys/ethernet.h sys/socket.h sys/stat.h sys/time.h sys/wait.h termios.h time.h unistd.h]) +AC_CHECK_HEADERS([arpa/inet.h ctype.h endian.h errno.h locale.h netdb.h net/ethernet.h netinet/ether.h netinet/in.h netinet/ip.h netinet/tcp.h netinet/udp.h stdint.h stdlib.h string.h strings.h sys/byteorder.h sys/endian.h sys/ethernet.h sys/socket.h sys/stat.h sys/time.h sys/wait.h termios.h time.h unistd.h]) # Type checks. #