Disassociate public key tags from peer names.
[tripe] / svc / Makefile.am
index 3e392b4..ffe74d0 100644 (file)
@@ -64,6 +64,19 @@ watch: watch.in Makefile
        $(confsubst) $(srcdir)/watch.in >$@.new $(SUBSTITUTIONS) && \
                chmod +x $@.new && mv $@.new $@
 
+## Watch D-Bus to keep track of external connectivity.
+services_SCRIPTS       += conntrack
+CLEANFILES             += conntrack
+EXTRA_DIST             += conntrack.in
+
+man_MANS               += conntrack.8
+CLEANFILES             += conntrack.8
+EXTRA_DIST             += conntrack.8.in
+
+conntrack: conntrack.in Makefile
+       $(confsubst) $(srcdir)/conntrack.in >$@.new $(SUBSTITUTIONS) && \
+               chmod +x $@.new && mv $@.new $@
+
 ## Bring up an interface.
 sbin_SCRIPTS            = tripe-ifup
 CLEANFILES             += tripe-ifup