aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-26 21:08:12 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-26 21:08:12 +0000
commit0115376751f596cfe1865df854a28b797afb6395 (patch)
tree036373b47cb025d79aa0fba6efdb757e6ccd0877 /src/transport/Makefile.am
parent8ff0618cd174a9270d9bad688bdc4da45984067b (diff)
downloadgnunet-0115376751f596cfe1865df854a28b797afb6395.tar.gz
gnunet-0115376751f596cfe1865df854a28b797afb6395.zip
integrate gnunet-transport-list-connections with gnunet-transport
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 142d4de25..aa387ff2c 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -91,7 +91,6 @@ bin_PROGRAMS = \
91 gnunet-transport \ 91 gnunet-transport \
92 $(WLAN_BIN) \ 92 $(WLAN_BIN) \
93 gnunet-service-transport \ 93 gnunet-service-transport \
94 gnunet-transport-list-connections \
95 gnunet-transport-certificate-creation 94 gnunet-transport-certificate-creation
96 95
97#bin_SCRIPTS = \ 96#bin_SCRIPTS = \
@@ -121,15 +120,6 @@ gnunet_transport_wlan_helper_dummy_SOURCES = \
121gnunet_transport_wlan_helper_dummy_LDADD = \ 120gnunet_transport_wlan_helper_dummy_LDADD = \
122 $(top_builddir)/src/util/libgnunetutil.la 121 $(top_builddir)/src/util/libgnunetutil.la
123 122
124gnunet_transport_list_connections_SOURCES = \
125 gnunet-transport-list-connections.c
126gnunet_transport_list_connections_LDADD = \
127 $(top_builddir)/src/transport/libgnunettransport.la \
128 $(top_builddir)/src/util/libgnunetutil.la \
129 $(GN_LIBINTL)
130gnunet_transport_list_connections_DEPENDENCIES = \
131 libgnunettransport.la
132
133gnunet_transport_SOURCES = \ 123gnunet_transport_SOURCES = \
134 gnunet-transport.c 124 gnunet-transport.c
135gnunet_transport_LDADD = \ 125gnunet_transport_LDADD = \