aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/Makefile.am2
-rw-r--r--src/util/Makefile.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 7a9f7cad2..6a870c6b0 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -62,7 +62,7 @@ UNIX_QUOTA_TEST = test_quota_compliance_unix \
62 test_quota_compliance_unix_asymmetric_recv_constant 62 test_quota_compliance_unix_asymmetric_recv_constant
63endif 63endif
64 64
65noinst_PROGRAMS = ${check_PROGRAMS} $(WLAN_BIN_DUMMY) 65noinst_PROGRAMS = $(WLAN_BIN_DUMMY)
66 66
67 67
68lib_LTLIBRARIES = \ 68lib_LTLIBRARIES = \
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 7371faf2e..02f823442 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -32,6 +32,8 @@ gnunet_config_diff_SOURCES = \
32 gnunet-config-diff.c 32 gnunet-config-diff.c
33gnunet_config_diff_LDADD = \ 33gnunet_config_diff_LDADD = \
34 $(top_builddir)/src/util/libgnunetutil.la 34 $(top_builddir)/src/util/libgnunetutil.la
35gnunet_config_diff_DEPENDENCIES = \
36 libgnunetutil.la
35 37
36 38
37lib_LTLIBRARIES = libgnunetutil.la 39lib_LTLIBRARIES = libgnunetutil.la