X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/a4f886c34289b7acc6a700d774a2f4f583719ae2..207f030a4f7085c1d2935e551ac9320cc44b24f7:/Makefile.am diff --git a/Makefile.am b/Makefile.am index c3d5bf67..4c9a749c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,9 +41,7 @@ SUBDIRS += pkstream SUBDIRS += init ## Path MTU discovery. -if PATHMTU SUBDIRS += pathmtu -endif ## Wireshark. if HAVE_WIRESHARK @@ -52,20 +50,30 @@ endif ## Services. if HAVE_PYTHON -SUBDIRS += svc +if HAVE_PYMLIB SUBDIRS += py +if HAVE_PYCDB SUBDIRS += peerdb +SUBDIRS += svc +endif +endif endif ## Key-management. +if HAVE_PYTHON if HAVE_PYCATACOMB SUBDIRS += keys endif +endif ## Graphical monitor. +if HAVE_PYTHON +if HAVE_PYMLIB if HAVE_PYGTK SUBDIRS += mon endif +endif +endif ## Contributed stuff. SUBDIRS += contrib @@ -111,6 +119,7 @@ EXTRA_DIST += debian/rules EXTRA_DIST += debian/control EXTRA_DIST += debian/changelog EXTRA_DIST += debian/copyright +EXTRA_DIST += debian/compat ## pkstream EXTRA_DIST += debian/pkstream.copyright @@ -137,8 +146,8 @@ EXTRA_DIST += debian/tripe-keys.install EXTRA_DIST += debian/python-tripe.install ## peer services -EXTRA_DIST += debian/tripe-peer-services.dirs EXTRA_DIST += debian/tripe-peer-services.install +EXTRA_DIST += debian/tripe-peer-services.postinst ## monitor EXTRA_DIST += debian/tripemon.install