aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
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 051c4ebc7..fa85e775c 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -154,7 +154,6 @@ endif
154 154
155lib_LTLIBRARIES = \ 155lib_LTLIBRARIES = \
156 libgnunettransport.la \ 156 libgnunettransport.la \
157 libgnunettransportaddress.la \
158 libgnunettransportapplication.la \ 157 libgnunettransportapplication.la \
159 libgnunettransportcore.la \ 158 libgnunettransportcore.la \
160 libgnunettransportcommunicator.la \ 159 libgnunettransportcommunicator.la \
@@ -216,15 +215,6 @@ libgnunettransportapplication_la_LDFLAGS = \
216 -version-info 0:0:0 215 -version-info 0:0:0
217 216
218 217
219libgnunettransportaddress_la_SOURCES = \
220 transport_api2_address.c
221libgnunettransportaddress_la_LIBADD = \
222 $(top_builddir)/src/util/libgnunetutil.la \
223 $(GN_LIBINTL)
224libgnunettransportaddress_la_LDFLAGS = \
225 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
226 -version-info 0:0:0
227
228libgnunettransportcore_la_SOURCES = \ 218libgnunettransportcore_la_SOURCES = \
229 transport_api2_core.c 219 transport_api2_core.c
230libgnunettransportcore_la_LIBADD = \ 220libgnunettransportcore_la_LIBADD = \