Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/checkpath
[checkpath] / Makefile.am
index b23bcbc..f4fb2ee 100644 (file)
@@ -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