X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/6b6ad6702f305891ced3b9a7cf3061c75eabda86..46dde0806919904d146851bf8bd93fac9915730b:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 53085abd..504ca56b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,7 @@ SUBDIRS = ## Core components. SUBDIRS += common +SUBDIRS += uslip SUBDIRS += client SUBDIRS += server SUBDIRS += proxy @@ -53,6 +54,9 @@ if HAVE_PYGTK SUBDIRS += mon endif +## Testing. +SUBDIRS += t + ###-------------------------------------------------------------------------- ### The pkg-config file. @@ -79,6 +83,10 @@ DISTCHECK_CONFIGURE_FLAGS = \ dist-hook:: echo $(VERSION) >$(distdir)/RELEASE +## Manual page preamble. +EXTRA_DIST += defs.man.in +CLEANFILES += defs.man + ## Additional build tools. EXTRA_DIST += config/confsubst @@ -102,6 +110,9 @@ EXTRA_DIST += debian/tripe.install EXTRA_DIST += debian/tripe.postinst EXTRA_DIST += debian/tripe.logrotate +## uslip +EXTRA_DIST += debian/tripe-uslip.install + ## keys EXTRA_DIST += debian/tripe-keys.install