gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22639 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r22639 - gnunet/src/transport
Date: Fri, 13 Jul 2012 18:24:49 +0200

Author: LRN
Date: 2012-07-13 18:24:48 +0200 (Fri, 13 Jul 2012)
New Revision: 22639

Modified:
   gnunet/src/transport/Makefile.am
Log:
Fix transport makefile

Modified: gnunet/src/transport/Makefile.am
===================================================================
--- gnunet/src/transport/Makefile.am    2012-07-13 16:24:41 UTC (rev 22638)
+++ gnunet/src/transport/Makefile.am    2012-07-13 16:24:48 UTC (rev 22639)
@@ -290,12 +290,13 @@
  $(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 @@
  $(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 @@
  $(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 @@
  $(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 \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]