aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-29 23:01:30 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-29 23:01:30 +0000
commitff1c357933910f707cdf13bb6ef705ef0ae90960 (patch)
treef503553309d25ed47983e1e15a1b462ff089ac04 /src/transport/Makefile.am
parent88295b5a3adc0f17ffd5fa4d2c1fafc632db6dab (diff)
downloadgnunet-ff1c357933910f707cdf13bb6ef705ef0ae90960.tar.gz
gnunet-ff1c357933910f707cdf13bb6ef705ef0ae90960.zip
-finally able to remove old transport API transmission logic
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 1579602da..5c12f8e54 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -166,7 +166,7 @@ libgnunettransporttesting_la_LDFLAGS = \
166 $(GN_LIB_LDFLAGS) 166 $(GN_LIB_LDFLAGS)
167 167
168libgnunettransport_la_SOURCES = \ 168libgnunettransport_la_SOURCES = \
169 transport_api.c transport.h \ 169 transport.h \
170 transport_api_address_to_string.c \ 170 transport_api_address_to_string.c \
171 transport_api_blacklist.c \ 171 transport_api_blacklist.c \
172 transport_api_core.c \ 172 transport_api_core.c \