From: Matthias Wachs Date: Mon, 18 Jul 2011 09:17:22 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~17761 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e0de1936ceef28ce8f0b428ff429da112d649b9e;p=oweals%2Fgnunet.git --- 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 test_quota_compliance_https_asymmetric_recv_constant endif +if HAVE_LIBGLPK + TRANSPORT_ATS_SRC = gnunet_transport_ats.c +endif + if USE_COVERAGE AM_CFLAGS = --coverage -O0 endif @@ -140,7 +144,7 @@ if HAVE_LIBGLPK endif gnunet_service_transport_SOURCES = \ - gnunet-service-transport.c gnunet_transport_ats.c + gnunet-service-transport.c $(TRANSPORT_ATS_SRC) gnunet_service_transport_LDADD = \ $(top_builddir)/src/hello/libgnunethello.la \ $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \