aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/transport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 069245080..f10a29e3e 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -61,7 +61,6 @@ UNIX_QUOTA_TEST = test_quota_compliance_unix \
61endif 61endif
62 62
63noinst_PROGRAMS = \ 63noinst_PROGRAMS = \
64 $(WLAN_BIN_DUMMY) \
65 $(WLAN_BIN_SENDER) 64 $(WLAN_BIN_SENDER)
66# gnunet-transport-connect-running-peers 65# gnunet-transport-connect-running-peers
67 66
@@ -97,6 +96,7 @@ libgnunettransport_la_LDFLAGS = \
97bin_PROGRAMS = \ 96bin_PROGRAMS = \
98 gnunet-transport \ 97 gnunet-transport \
99 $(WLAN_BIN) \ 98 $(WLAN_BIN) \
99 $(WLAN_BIN_DUMMY) \
100 gnunet-service-transport \ 100 gnunet-service-transport \
101 gnunet-transport-certificate-creation 101 gnunet-transport-certificate-creation
102 102