aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-11 15:31:47 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-11 15:31:47 +0000
commit2a80e31499ae4b7d2dcdbdcac7a3604c42b357f7 (patch)
tree4712323ff418b56ab05b714d6752322c9d7a9b36 /src/transport/Makefile.am
parentf8ae79bdfd193320a1db1ff3ead82c5e19d5d4e6 (diff)
downloadgnunet-2a80e31499ae4b7d2dcdbdcac7a3604c42b357f7.tar.gz
gnunet-2a80e31499ae4b7d2dcdbdcac7a3604c42b357f7.zip
-more minor cleanup
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 6901f6b4d..f1f70acfe 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -35,7 +35,7 @@ endif
35if LINUX 35if LINUX
36 WLAN_BIN = gnunet-transport-wlan-helper 36 WLAN_BIN = gnunet-transport-wlan-helper
37 WLAN_BIN_DUMMY = gnunet-transport-wlan-helper-dummy 37 WLAN_BIN_DUMMY = gnunet-transport-wlan-helper-dummy
38 WLAN_BIN_SENDER = gnunet_wlan_sender 38 WLAN_BIN_SENDER = gnunet-transport-wlan-sender
39 WLAN_PLUGIN_LA = libgnunet_plugin_transport_wlan.la 39 WLAN_PLUGIN_LA = libgnunet_plugin_transport_wlan.la
40 WLAN_API_TEST = test_transport_api_wlan 40 WLAN_API_TEST = test_transport_api_wlan
41 WLAN_REL_TEST = test_transport_api_reliability_wlan 41 WLAN_REL_TEST = test_transport_api_reliability_wlan
@@ -115,9 +115,9 @@ gnunet_transport_wlan_helper_dummy_SOURCES = \
115gnunet_transport_wlan_helper_dummy_LDADD = \ 115gnunet_transport_wlan_helper_dummy_LDADD = \
116 $(top_builddir)/src/util/libgnunetutil.la 116 $(top_builddir)/src/util/libgnunetutil.la
117 117
118gnunet_wlan_sender_SOURCES = \ 118gnunet_transport_wlan_sender_SOURCES = \
119 gnunet_wlan_sender.c 119 gnunet-transport-wlan-sender.c
120gnunet_wlan_sender_LDADD = \ 120gnunet_transport_wlan_sender_LDADD = \
121 $(top_builddir)/src/util/libgnunetutil.la 121 $(top_builddir)/src/util/libgnunetutil.la
122 122
123gnunet_transport_SOURCES = \ 123gnunet_transport_SOURCES = \