Christian Grothoff 17 سال پیش
والد
کامیت
4c9a5b0501
2فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 1 1
      src/testcurl/Makefile.am
  2. 1 2
      src/testcurl/https/Makefile.am

+ 1 - 1
src/testcurl/Makefile.am

@@ -1,4 +1,4 @@
-SUBDIRS  = https .
+SUBDIRS  = . https
 
 AM_CPPFLAGS = \
 -I$(top_srcdir)/src/daemon \

+ 1 - 2
src/testcurl/https/Makefile.am

@@ -1,4 +1,4 @@
-SUBDIRS  = .
+SUBDIRS = .
 
 AM_CPPFLAGS = -ggdb \
 -I$(top_srcdir)/src/daemon \
@@ -14,4 +14,3 @@ daemon_https_test_get_SOURCES = \
 daemon_https_test_get_LDADD  = \
   $(top_builddir)/src/daemon/libmicrohttpd.la \
   @LIBCURL@
-