avoid fiddling in the ares subdir since that isn't part of the release
authorDaniel Stenberg <daniel@haxx.se>
Wed, 4 Nov 2009 12:33:06 +0000 (12:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 4 Nov 2009 12:33:06 +0000 (12:33 +0000)
tarball

Makefile.am

index ae74137..a78647d 100644 (file)
@@ -46,7 +46,7 @@ pkgconfig_DATA = libcurl.pc
 dist-hook:
        rm -rf $(top_builddir)/tests/log
        find $(distdir) -name "*.dist" -exec rm {} \;
-       (distit=`find $(srcdir) -name "*.dist"`; \
+       (distit=`find $(srcdir) -name "*.dist | grep -v ./ares/"`; \
        for file in $$distit; do \
          strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
          cp $$file $(distdir)$$strip; \