aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 0eb84df..15f03af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,9 +7,10 @@ EXTRA_DIST = \
autogen.sh
# Our main program
-bin_PROGRAMS = tlsdate
+bin_PROGRAMS = tlsdate tlsdate-helper
tlsdate_SOURCES = tlsdate.c
-noinst_HEADERS = tlsdate.h
+tlsdate_helper_SOURCES = tlsdate-helper.c
+tlsdate_helper_LDADD = -lcap -lssl -lcrypto
# Our documentation
doc_DATA = tlsdate.1