chiark / gitweb /
debian/control: Remove the Ethereal->Wireshark transition machinery.
[tripe] / client / Makefile.am
index cfef996fc4f95e73ede604fbd2cc0c59e52b9d3d..61921370d3a86cb1003708f73e34b43f57264519 100644 (file)
@@ -28,21 +28,18 @@ include $(top_srcdir)/vars.am
 bin_PROGRAMS            =
 man_MANS                =
 
+LDADD                   = $(libtripe) $(mLib_LIBS)
+
 ###--------------------------------------------------------------------------
 ### Client program.
 
 bin_PROGRAMS           += tripectl
 
-tripectl_LDADD          = $(libtripe)
 tripectl_SOURCES        = tripectl.c
 
 ## Manual page.
-man_MANS               += tripectl.1
-CLEANFILES             += tripectl.1
+man_MANS               += tripectl.1tripe
+CLEANFILES             += tripectl.1tripe
 EXTRA_DIST             += tripectl.1.in
 
-tripectl.1: tripectl.1.in Makefile
-       $(confsubst) $(srcdir)/tripectl.1.in >$@.new $(SUBSTITUTIONS) && \
-               mv $@.new $@
-
 ###----- That's all, folks --------------------------------------------------