X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=src%2Fpt-tls-client%2FMakefile.am;h=a17b5ddf039cc124c575b362033ed4a36c4c9d78;hp=8d1567eef609c5a00c74c5ef3c9cf0b416488918;hb=34cade8b845b964d847f579cd76734a8c2146af0;hpb=438df3d696fcb9d8feaa0eb82a2981ce1cfed60d diff --git a/src/pt-tls-client/Makefile.am b/src/pt-tls-client/Makefile.am index 8d1567e..a17b5dd 100644 --- a/src/pt-tls-client/Makefile.am +++ b/src/pt-tls-client/Makefile.am @@ -1,4 +1,4 @@ -ipsec_PROGRAMS = pt-tls-client +bin_PROGRAMS = pt-tls-client pt_tls_client_SOURCES = pt-tls-client.c @@ -19,3 +19,7 @@ pt_tls_client_LDADD = \ $(top_builddir)/src/libpttls/libpttls.la \ $(top_builddir)/src/libtnccs/libtnccs.la +man1_MANS = pt-tls-client.1 + +CLEANFILES = $(man1_MANS) +