aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-27 08:28:59 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-27 08:28:59 +0000
commit64653fc0a7a092c8edff5c7c5bb770f0ae4bca61 (patch)
tree24629d3708344c3ed7beb5bdd4e246aa8d654ffb /src/transport/Makefile.am
parentadc9d89e46ab3f331fbba30298b2c569a5de14e4 (diff)
downloadgnunet-64653fc0a7a092c8edff5c7c5bb770f0ae4bca61.tar.gz
gnunet-64653fc0a7a092c8edff5c7c5bb770f0ae4bca61.zip
init to zero
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 608c41505..864dd8231 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -62,8 +62,6 @@ 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
65#noinst_PROGRAMS = ${check_PROGRAMS}
66
67lib_LTLIBRARIES = \ 65lib_LTLIBRARIES = \
68 libgnunettransport.la 66 libgnunettransport.la
69 67
@@ -85,7 +83,10 @@ bin_PROGRAMS = \
85 gnunet-transport \ 83 gnunet-transport \
86 $(WLAN_BIN) \ 84 $(WLAN_BIN) \
87 gnunet-service-transport \ 85 gnunet-service-transport \
88 gnunet-transport-list-connections \ 86 gnunet-transport-list-connections
87
88#noinst_PROGRAMS = ${check_PROGRAMS}
89noinst_PROGRAMS = \
89 $(WLAN_BIN_DUMMY) 90 $(WLAN_BIN_DUMMY)
90 91
91bin_SCRIPTS = \ 92bin_SCRIPTS = \