- fix "broken connection" notifications
[oweals/gnunet.git] / src / revocation / Makefile.am
index 7b48c5ade692bc9d197f787f71dea757c3f138ea..81af152bd4b112d4b04fe0b3dc66fc1e14a39db6 100644 (file)
@@ -1,7 +1,7 @@
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
- WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 
+ WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
 endif
 
 if USE_COVERAGE
@@ -16,6 +16,17 @@ libexecdir= $(pkglibdir)/libexec/
 pkgcfg_DATA = \
   revocation.conf
 
+bin_PROGRAMS = \
+ gnunet-revocation
+
+
+gnunet_revocation_SOURCES = \
+ gnunet-revocation.c
+gnunet_revocation_LDADD = \
+  libgnunetrevocation.la \
+  $(top_builddir)/src/identity/libgnunetidentity.la \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(GN_LIBINTL)
 
 lib_LTLIBRARIES = libgnunetrevocation.la
 
@@ -29,11 +40,11 @@ libgnunetrevocation_la_LDFLAGS = \
   -version-info 0:0:0
 
 libexec_PROGRAMS = \
- gnunet-service-revocation 
+ gnunet-service-revocation
 
 
 gnunet_service_revocation_SOURCES = \
- gnunet-service-revocation.c         
+ gnunet-service-revocation.c
 gnunet_service_revocation_LDADD = \
   $(top_builddir)/src/revocation/libgnunetrevocation.la \
   $(top_builddir)/src/core/libgnunetcore.la \
@@ -46,5 +57,5 @@ gnunet_service_revocation_DEPENDENCIES = \
   libgnunetrevocation.la
 
 
+EXTRA_DIST = test_revocation.conf
 
-#EXTRA_DIST =