Add gnunet-nse program to show network size estimates.
[oweals/gnunet.git] / src / nse / Makefile.am
index 6c6a9d8e0c3f2d4028baecbb3fefb4b22c1069be..a9d8bc15cea66ec541e41bb8deaa838ac7e8d59d 100644 (file)
@@ -16,6 +16,15 @@ libexecdir= $(pkglibdir)/libexec/
 pkgcfg_DATA = \
   nse.conf
 
+bin_PROGRAMS = gnunet-nse
+
+gnunet_nse_SOURCES = gnunet-nse.c
+gnunet_nse_LDFLAGS = \
+  libgnunetnse.la \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(XLIB) $(GN_LIBINTL)
+gnunet_nse_DEPENDENCIES = \
+  $(top_builddir)/src/util/libgnunetutil.la
 
 lib_LTLIBRARIES = libgnunetnse.la