X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/2aff5dbb7d9458dc30136e264b921a0c8c520c41..a4f886c34289b7acc6a700d774a2f4f583719ae2:/Makefile.am diff --git a/Makefile.am b/Makefile.am index d4af1ef4..c3d5bf67 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,6 +53,8 @@ endif ## Services. if HAVE_PYTHON SUBDIRS += svc +SUBDIRS += py +SUBDIRS += peerdb endif ## Key-management. @@ -65,6 +67,9 @@ if HAVE_PYGTK SUBDIRS += mon endif +## Contributed stuff. +SUBDIRS += contrib + ## Testing. SUBDIRS += t @@ -77,14 +82,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)' \ @@ -128,6 +133,13 @@ EXTRA_DIST += debian/tripe-uslip.install ## keys 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