X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/6b6ad6702f305891ced3b9a7cf3061c75eabda86..0647ba7c7c989692ecd256674316fbf71ca76fed:/client/Makefile.am?ds=sidebyside diff --git a/client/Makefile.am b/client/Makefile.am index cfef996f..61921370 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -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 --------------------------------------------------