X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=Makefile.am;h=461bca4999b23f10f4f8a982d0a5841c516a0e2f;hb=852289bc4935ec8ac27242812fccb4806e304859;hp=b31bcea9195be838ac5fe08c30afd082df69fdb8;hpb=d80fca527a6618595a118381a2cd2a569f85889f;p=openocd.git diff --git a/Makefile.am b/Makefile.am index b31bcea919..461bca4999 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,9 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = gnu 1.6 +# make sure we pass the correct jimtcl flags to distcheck +DISTCHECK_CONFIGURE_FLAGS = --with-jim-ext=nvp --disable-lineedit --disable-install-jim + nobase_dist_pkgdata_DATA = \ contrib/libdcc/dcc_stdio.c \ contrib/libdcc/dcc_stdio.h \ @@ -18,8 +21,14 @@ endif SUBDIRS += src doc EXTRA_DIST = \ + BUGS \ + HACKING \ + NEWTAPS \ + PATCHES.txt \ + README.Win32 \ Doxyfile.in \ - tools/logger.pl + tools/logger.pl \ + contrib/loaders libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck @@ -75,10 +84,10 @@ install-data-hook: uninstall-hook: rm -rf $(DESTDIR)$(pkgdatadir)/scripts - distclean-local: rm -rf Doxyfile doxygen - + rm -f $(srcdir)/jimtcl/configure.gnu + DISTCLEANFILES = doxygen.log MAINTAINERCLEANFILES = \