X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=Makefile.am;h=1b19ba4360ca4f800b5fb7b7a99e75f3e6b70f6a;hb=898dd3af46e76fb195c6894f54e9bc9272375ffb;hp=b31bcea9195be838ac5fe08c30afd082df69fdb8;hpb=d80fca527a6618595a118381a2cd2a569f85889f;p=openocd.git diff --git a/Makefile.am b/Makefile.am index b31bcea919..1b19ba4360 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 + 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 = \