aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-07-18 09:17:22 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-07-18 09:17:22 +0000
commite0de1936ceef28ce8f0b428ff429da112d649b9e (patch)
tree575528a79ed1aa2c1f01b03ad70145130269028b /src
parent537451fc9e5411e1ccfc0a9673624b623c6231ed (diff)
downloadgnunet-e0de1936ceef28ce8f0b428ff429da112d649b9e.tar.gz
gnunet-e0de1936ceef28ce8f0b428ff429da112d649b9e.zip
Diffstat (limited to 'src')
-rw-r--r--src/transport/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index fe6d2f01c..0f0444f52 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -19,6 +19,10 @@ if HAVE_MHD
19 test_quota_compliance_https_asymmetric_recv_constant 19 test_quota_compliance_https_asymmetric_recv_constant
20endif 20endif
21 21
22if HAVE_LIBGLPK
23 TRANSPORT_ATS_SRC = gnunet_transport_ats.c
24endif
25
22if USE_COVERAGE 26if USE_COVERAGE
23 AM_CFLAGS = --coverage -O0 27 AM_CFLAGS = --coverage -O0
24endif 28endif
@@ -140,7 +144,7 @@ if HAVE_LIBGLPK
140endif 144endif
141 145
142gnunet_service_transport_SOURCES = \ 146gnunet_service_transport_SOURCES = \
143 gnunet-service-transport.c gnunet_transport_ats.c 147 gnunet-service-transport.c $(TRANSPORT_ATS_SRC)
144gnunet_service_transport_LDADD = \ 148gnunet_service_transport_LDADD = \
145 $(top_builddir)/src/hello/libgnunethello.la \ 149 $(top_builddir)/src/hello/libgnunethello.la \
146 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 150 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \