chiark / gitweb /
server/tests.at (AWAIT_KXDONE): More warning suppressions.
[tripe] / client / Makefile.am
index dbbc25796d90fbd9d29e08e4a7e2fa310dd4df2e..61921370d3a86cb1003708f73e34b43f57264519 100644 (file)
@@ -28,17 +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
 
 ###----- That's all, folks --------------------------------------------------