aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-09-08 08:39:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-09-08 08:39:26 +0000
commit7967fed20086cb4d46292890b15ab8942fa959f0 (patch)
tree6e4dafa25130ccef4af081c1374a9f8fe96166ea /src/transport/Makefile.am
parent395d367a4bd12c17a1a4f31b4e3f02b78bc3450d (diff)
downloadgnunet-7967fed20086cb4d46292890b15ab8942fa959f0.tar.gz
gnunet-7967fed20086cb4d46292890b15ab8942fa959f0.zip
renaming and fixing
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 ba1d47363..260704259 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -65,7 +65,7 @@ endif
65 65
66noinst_PROGRAMS = \ 66noinst_PROGRAMS = \
67 $(WLAN_BIN_DUMMY) \ 67 $(WLAN_BIN_DUMMY) \
68 util_connect_running_peers 68 gnunet-transport-connect-running-peers
69 69
70lib_LTLIBRARIES = \ 70lib_LTLIBRARIES = \
71 libgnunettransport.la \ 71 libgnunettransport.la \
@@ -350,9 +350,9 @@ test_transport_testing_LDADD = \
350 $(top_builddir)/src/hello/libgnunethello.la \ 350 $(top_builddir)/src/hello/libgnunethello.la \
351 $(top_builddir)/src/transport/libgnunettransporttesting.la 351 $(top_builddir)/src/transport/libgnunettransporttesting.la
352 352
353util_connect_running_peers_SOURCES = \ 353gnunet_transport_connect_running_peers_SOURCES = \
354 util_connect_running_peers.c 354 gnunet-transport-connect-running-peers.c
355util_connect_running_peers_LDADD = \ 355gnunet_transport_connect_running_peers_LDADD = \
356 $(top_builddir)/src/transport/libgnunettransport.la \ 356 $(top_builddir)/src/transport/libgnunettransport.la \
357 $(top_builddir)/src/hello/libgnunethello.la \ 357 $(top_builddir)/src/hello/libgnunethello.la \
358 $(top_builddir)/src/util/libgnunetutil.la \ 358 $(top_builddir)/src/util/libgnunetutil.la \