diff -urN --exclude='*.m4' --exclude='autom4te*' --exclude='compat*' --exclude=config.guess --exclude='*.log' --exclude='*.sub' --exclude=configure --exclude=Makefile.in --exclude=install-sh --exclude=missing --exclude=mkinstalldirs arp-sk-0.0.16/configure.in arp-sk-0.0.16.hacked/configure.in --- arp-sk-0.0.16/configure.in 2004-12-07 18:26:45 +0300 +++ arp-sk-0.0.16.hacked/configure.in 2006-09-29 21:01:37 +0400 @@ -36,13 +36,6 @@ dnl Checks for libraries. dnl -dnl Home made compat librairy -COMPATINC="-I$PWDD/compat" -COMPATLIB="-L$PWDD/compat -lcompat" -AC_SUBST(COMPATINC) -AC_SUBST(COMPATLIB) - - # Allow user to specify flags # copy/paste from OpenSSH's configure.ac AC_ARG_WITH(cflags, @@ -278,7 +271,7 @@ dnl AM_CONFIG_HEADER(include/config.h) -AC_OUTPUT(Makefile man/Makefile compat/Makefile src/Makefile include/version.h include/Makefile) +AC_OUTPUT(Makefile man/Makefile src/Makefile include/version.h include/Makefile) diff -urN --exclude='*.m4' --exclude='autom4te*' --exclude='compat*' --exclude=config.guess --exclude='*.log' --exclude='*.sub' --exclude=configure --exclude=Makefile.in --exclude=install-sh --exclude=missing --exclude=mkinstalldirs arp-sk-0.0.16/include/sk.h arp-sk-0.0.16.hacked/include/sk.h --- arp-sk-0.0.16/include/sk.h 2004-12-05 19:51:19 +0300 +++ arp-sk-0.0.16.hacked/include/sk.h 2006-09-29 21:01:37 +0400 @@ -44,10 +44,6 @@ #include #include -#include - - - #define MAXIFNAMELEN 16 extern char sk_ifname[MAXIFNAMELEN]; diff -urN --exclude='*.m4' --exclude='autom4te*' --exclude='compat*' --exclude=config.guess --exclude='*.log' --exclude='*.sub' --exclude=configure --exclude=Makefile.in --exclude=install-sh --exclude=missing --exclude=mkinstalldirs arp-sk-0.0.16/Makefile.am arp-sk-0.0.16.hacked/Makefile.am --- arp-sk-0.0.16/Makefile.am 2004-12-05 19:51:39 +0300 +++ arp-sk-0.0.16.hacked/Makefile.am 2006-09-29 21:01:37 +0400 @@ -1,7 +1,6 @@ include $(top_srcdir)/Makefile.am.common SUBDIRS = man \ - compat \ include \ src diff -urN --exclude='*.m4' --exclude='autom4te*' --exclude='compat*' --exclude=config.guess --exclude='*.log' --exclude='*.sub' --exclude=configure --exclude=Makefile.in --exclude=install-sh --exclude=missing --exclude=mkinstalldirs arp-sk-0.0.16/src/Makefile.am arp-sk-0.0.16.hacked/src/Makefile.am --- arp-sk-0.0.16/src/Makefile.am 2004-12-05 17:51:39 +0300 +++ arp-sk-0.0.16.hacked/src/Makefile.am 2006-09-29 21:01:37 +0400 @@ -1,6 +1,6 @@ include $(top_srcdir)/Makefile.am.common -INCLUDES = @NETINC@ @COMPATINC@ +INCLUDES = @NETINC@ sbin_PROGRAMS = arp-sk @@ -15,7 +15,7 @@ arp-sk.c -arp_sk_LDADD = @NETLIB@ @COMPATLIB@ +arp_sk_LDADD = @NETLIB@ DISTCLEANFILES = *~