X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/6005ef9bfba49124a25825a5b044d4f4cbf02792..a9279e37b649abd11bbc416398cfaf787cd8d865:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 4446113f..e04377f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,14 +79,14 @@ EXTRA_DIST += tripe.pc.in CLEANFILES += tripe.pc tripe.pc: tripe.pc.in Makefile - $(confsubst) $(srcdir)/tripe.pc.in >$@.new $(SUBSTITUTIONS) && \ + $(SUBST) $(srcdir)/tripe.pc.in >$@.new $(SUBSTITUTIONS) && \ mv $@.new $@ ###-------------------------------------------------------------------------- ### Release tweaking. ## Distcheck tweaks. -DISTCHECK_TUNNELS = linux bsd unet slip +DISTCHECK_TUNNELS = slip DISTCHECK_CONFIGURE_FLAGS = \ --with-tunnel='$(DISTCHECK_TUNNELS)' \ @@ -133,6 +133,10 @@ EXTRA_DIST += debian/tripe-keys.install ## modules EXTRA_DIST += debian/python-tripe.install +## peer services +EXTRA_DIST += debian/tripe-peer-services.dirs +EXTRA_DIST += debian/tripe-peer-services.install + ## monitor EXTRA_DIST += debian/tripemon.install