aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-01 12:33:46 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-01 12:33:46 +0000
commit9f028b17045b8e5c329a84010a182b0e69044728 (patch)
treebc8ccfd316f1b6ec6e5df4f44c7ef3e4bb0bec25 /src/util/Makefile.am
parente666ca695d41c606c4fdc54fb52d04c0b8b85625 (diff)
downloadgnunet-9f028b17045b8e5c329a84010a182b0e69044728.tar.gz
gnunet-9f028b17045b8e5c329a84010a182b0e69044728.zip
differ
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index bbe00cb2d..7371faf2e 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -25,6 +25,15 @@ if USE_COVERAGE
25 XLIB = -lgcov 25 XLIB = -lgcov
26endif 26endif
27 27
28noinst_PROGRAMS = \
29 gnunet-config-diff
30
31gnunet_config_diff_SOURCES = \
32 gnunet-config-diff.c
33gnunet_config_diff_LDADD = \
34 $(top_builddir)/src/util/libgnunetutil.la
35
36
28lib_LTLIBRARIES = libgnunetutil.la 37lib_LTLIBRARIES = libgnunetutil.la
29 38
30libgnunetutil_la_SOURCES = \ 39libgnunetutil_la_SOURCES = \