chiark / gitweb /
mon/tripemon.in: Support the new-style bindings for Gtk and friends.
[tripe] / svc / Makefile.am
index 121df6dfde97d10ce8e97d4d1b437247e0e4576f..a695e14a2c6fe77e104223900184c69dc07270a4 100644 (file)
@@ -51,19 +51,6 @@ connect: connect.in Makefile
        $(SUBST) $(srcdir)/connect.in >$@.new $(SUBSTITUTIONS) && \
                chmod +x $@.new && mv $@.new $@
 
-## Watch for peers arriving and disconnecting.
-services_SCRIPTS       += watch
-CLEANFILES             += watch
-EXTRA_DIST             += watch.in
-
-man_MANS               += watch.8
-CLEANFILES             += watch.8
-EXTRA_DIST             += watch.8.in
-
-watch: watch.in Makefile
-       $(SUBST) $(srcdir)/watch.in >$@.new $(SUBSTITUTIONS) && \
-               chmod +x $@.new && mv $@.new $@
-
 ## Watch D-Bus to keep track of external connectivity.
 services_SCRIPTS       += conntrack
 CLEANFILES             += conntrack
@@ -91,4 +78,3 @@ tripe-ifup: tripe-ifup.in Makefile
                chmod +x $@.new && mv $@.new $@
 
 ###----- That's all, folks --------------------------------------------------
-