summaryrefslogtreecommitdiff
path: root/src/revocation/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-30 18:27:33 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-30 18:27:33 +0000
commit0314e07406c3860c4dbc76b585000685f3437e09 (patch)
tree6233c519361fe97c2ba6d519c16c09bf10a43027 /src/revocation/Makefile.am
parent28018959b9afc2a8259f35e074869fd88b31b03e (diff)
downloadgnunet-0314e07406c3860c4dbc76b585000685f3437e09.tar.gz
gnunet-0314e07406c3860c4dbc76b585000685f3437e09.zip
-revocation prototype
Diffstat (limited to 'src/revocation/Makefile.am')
-rw-r--r--src/revocation/Makefile.am13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am
index cc0dfd15f..6937ee85c 100644
--- a/src/revocation/Makefile.am
+++ b/src/revocation/Makefile.am
@@ -17,4 +17,15 @@ pkgcfg_DATA = \
17 revocation.conf 17 revocation.conf
18 18
19 19
20EXTRA_DIST = revocation.h \ No newline at end of file 20lib_LTLIBRARIES = libgnunetrevocation.la
21
22libgnunetrevocation_la_SOURCES = \
23 revocation_api.c revocation.h
24libgnunetrevocation_la_LIBADD = \
25 $(top_builddir)/src/util/libgnunetutil.la \
26 $(GN_LIBINTL) $(XLIB)
27libgnunetrevocation_la_LDFLAGS = \
28 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
29 -version-info 0:0:0
30
31#EXTRA_DIST =