From: LRN Date: Fri, 13 Jul 2012 16:24:48 +0000 (+0000) Subject: Fix transport makefile X-Git-Tag: initial-import-from-subversion-38251~12515 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ce34b66680572016207e6f821d57e63136ab1664;p=oweals%2Fgnunet.git Fix transport makefile --- diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 55d47f059..7fc679b20 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -290,12 +290,13 @@ check_PROGRAMS = \ $(HTTPS_REL_TEST) \ $(HTTPS_NAT_REL_TEST) \ $(WLAN_REL_TEST) \ - $(WLAN_UREL_TEST) \ + $(WLAN_UREL_TEST) \ test_quota_compliance_tcp \ test_quota_compliance_tcp_asymmetric \ test_quota_compliance_udp \ $(UNIX_QUOTA_TEST) \ $(HTTP_QUOTA_TEST) \ + $(HTTPS_QUOTA_TEST) \ $(WLAN_QUOTA_TEST) if ENABLE_TEST_RUN @@ -336,7 +337,7 @@ TESTS = \ $(HTTPS_REL_TEST) \ $(HTTPS_NAT_REL_TEST) \ $(WLAN_REL_TEST) \ - $(WLAN_UREL_TEST) \ + $(WLAN_UREL_TEST) \ test_quota_compliance_tcp \ test_quota_compliance_tcp_asymmetric \ test_quota_compliance_udp \ @@ -665,7 +666,7 @@ test_quota_compliance_http_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/transport/libgnunettransporttesting.la - test_quota_compliance_http_asymmetric_SOURCES = \ +test_quota_compliance_http_asymmetric_SOURCES = \ test_quota_compliance.c test_quota_compliance_http_asymmetric_LDADD = \ $(top_builddir)/src/transport/libgnunettransport.la \ @@ -681,7 +682,7 @@ test_quota_compliance_https_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/transport/libgnunettransporttesting.la - test_quota_compliance_https_asymmetric_SOURCES = \ +test_quota_compliance_https_asymmetric_SOURCES = \ test_quota_compliance.c test_quota_compliance_https_asymmetric_LDADD = \ $(top_builddir)/src/transport/libgnunettransport.la \