--- gnet-2.0.8/Makefile.in~ +++ gnet-2.0.8/Makefile.in @@ -265,7 +265,7 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ -SUBDIRS = src examples macros tests doc +SUBDIRS = src examples macros doc EXTRA_DIST = \ TODO \ HACKING \ @@ -283,10 +283,6 @@ src/gnet-private.h \ src/socks-private.h \ src/usagi_ifaddrs.h \ - tests/makefile.mingw \ - tests/testfile \ - tests/client_server_test.pl \ - tests/dns_test.pl \ gnet-$(GNET_MAJOR_VERSION).$(GNET_MINOR_VERSION).m4 \ gnet-$(GNET_MAJOR_VERSION).$(GNET_MINOR_VERSION).pc.in @@ -566,7 +562,7 @@ distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) - $(mkdir_p) $(distdir)/. $(distdir)/doc $(distdir)/examples $(distdir)/macros $(distdir)/src $(distdir)/tests + $(mkdir_p) $(distdir)/. $(distdir)/doc $(distdir)/examples $(distdir)/macros $(distdir)/src @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \