summaryrefslogtreecommitdiff
path: root/src/revocation/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation/Makefile.am')
-rw-r--r--src/revocation/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
index 7b48c5ade..ad603affb 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -16,6 +16,16 @@ libexecdir= $(pkglibdir)/libexec/
16pkgcfg_DATA = \ 16pkgcfg_DATA = \
17 revocation.conf 17 revocation.conf
18 18
19bin_PROGRAMS = \
20 gnunet-revocation
21
22
23gnunet_revocation_SOURCES = \
24 gnunet-revocation.c
25gnunet_revocation_LDADD = \
26 libgnunetrevocation.la \
27 $(top_builddir)/src/util/libgnunetutil.la \
28 $(GN_LIBINTL)
19 29
20lib_LTLIBRARIES = libgnunetrevocation.la 30lib_LTLIBRARIES = libgnunetrevocation.la
21 31