X-Git-Url: https://git.distorted.org.uk/~mdw/checkpath/blobdiff_plain/caa14ca268d66324eabc614983bb3bd45b254299..HEAD:/Makefile.am diff --git a/Makefile.am b/Makefile.am index b23bcbc..764b666 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,11 +73,11 @@ CLEANFILES += checkpath.pc EXTRA_DIST += checkpath.pc.in checkpath.pc: checkpath.pc.in Makefile - $(top_srcdir)/config/confsubst $(srcdir)/checkpath.pc.in >$@.new \ + $(AM_V_GEN)$(top_srcdir)/config/confsubst \ + $(srcdir)/checkpath.pc.in >$@.new \ prefix=$(prefix) exec_prefix=$(exec_prefix) \ libdir=$(libdir) includedir=$(includedir) \ - VERSION=$(VERSION) - mv $@.new $@ + VERSION=$(VERSION) && mv $@.new $@ ###-------------------------------------------------------------------------- ### Other finishing touches. @@ -100,6 +100,8 @@ EXTRA_DIST += debian/rules EXTRA_DIST += debian/copyright EXTRA_DIST += debian/control EXTRA_DIST += debian/changelog +EXTRA_DIST += debian/compat +EXTRA_DIST += debian/source/format ## Library. EXTRA_DIST += debian/libcheckpath1.install