aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-11-29 09:52:10 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-11-29 09:52:10 +0000
commitba232c9d203303cd2beb2994fc49c5d5b700d85c (patch)
tree9cfb172b64e2870aa244fc9a3eb546486a887342 /src/transport/Makefile.am
parent623df97886da9ee06724b7860a1a2463737b750e (diff)
downloadgnunet-ba232c9d203303cd2beb2994fc49c5d5b700d85c.tar.gz
gnunet-ba232c9d203303cd2beb2994fc49c5d5b700d85c.zip
api clean up next steps
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index b836812ff..72a319b44 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -83,9 +83,8 @@ libgnunettransporttesting_la_LDFLAGS = \
83libgnunettransport_la_SOURCES = \ 83libgnunettransport_la_SOURCES = \
84 transport_api.c transport.h \ 84 transport_api.c transport.h \
85 transport_api_blacklist.c \ 85 transport_api_blacklist.c \
86 transport_api_address_lookup.c \ 86 transport_api_address_to_string.c \
87 transport_api_peer_address_lookup.c \ 87 transport_api_address_lookup.c
88 transport_api_address_iterate.c
89libgnunettransport_la_LIBADD = \ 88libgnunettransport_la_LIBADD = \
90 $(top_builddir)/src/hello/libgnunethello.la \ 89 $(top_builddir)/src/hello/libgnunethello.la \
91 $(top_builddir)/src/util/libgnunetutil.la \ 90 $(top_builddir)/src/util/libgnunetutil.la \