(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 18 Jul 2011 09:17:22 +0000 (09:17 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 18 Jul 2011 09:17:22 +0000 (09:17 +0000)
src/transport/Makefile.am

index fe6d2f01c759b7995af3970f6b1c1b51c36045e9..0f0444f52f1b64dc9bb37e9504dd076a35af7cb6 100644 (file)
@@ -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 \