aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-10 21:16:56 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-10 21:16:56 +0000
commitaba401676da7c4725ffcc7ff45e1f5874623b4ba (patch)
treedba87b33f1e3fc2f638400cfd80073cd8516c3c2 /src/transport/Makefile.am
parent5dc828dd9912f96174f7c27891f69e74b86b5771 (diff)
downloadgnunet-aba401676da7c4725ffcc7ff45e1f5874623b4ba.tar.gz
gnunet-aba401676da7c4725ffcc7ff45e1f5874623b4ba.zip
-install dummy, even if it is just to make testcases pass
Diffstat (limited to 'src/transport/Makefile.am')
-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