X-Git-Url: https://git.distorted.org.uk/~mdw/checkpath/blobdiff_plain/caa14ca268d66324eabc614983bb3bd45b254299..b8eb35c13263163e9849ee3fbdc1bc8bd5c5167b:/Makefile.am diff --git a/Makefile.am b/Makefile.am index b23bcbc..f4fb2ee 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,7 @@ EXTRA_DIST += debian/rules EXTRA_DIST += debian/copyright EXTRA_DIST += debian/control EXTRA_DIST += debian/changelog +EXTRA_DIST += debian/compat ## Library. EXTRA_DIST += debian/libcheckpath1.install