gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27026 - in libmicrohttpd/src: examples include microhttpd


From: gnunet
Subject: [GNUnet-SVN] r27026 - in libmicrohttpd/src: examples include microhttpd testcurl testcurl/https testzzuf
Date: Sun, 5 May 2013 20:20:12 +0200

Author: grothoff
Date: 2013-05-05 20:20:12 +0200 (Sun, 05 May 2013)
New Revision: 27026

Modified:
   libmicrohttpd/src/examples/Makefile.am
   libmicrohttpd/src/include/microhttpd.h
   libmicrohttpd/src/microhttpd/Makefile.am
   libmicrohttpd/src/testcurl/Makefile.am
   libmicrohttpd/src/testcurl/https/Makefile.am
   libmicrohttpd/src/testzzuf/Makefile.am
Log:
-directory was renamed

Modified: libmicrohttpd/src/examples/Makefile.am
===================================================================
--- libmicrohttpd/src/examples/Makefile.am      2013-05-05 18:07:33 UTC (rev 
27025)
+++ libmicrohttpd/src/examples/Makefile.am      2013-05-05 18:20:12 UTC (rev 
27026)
@@ -53,66 +53,66 @@
 minimal_example_SOURCES = \
  minimal_example.c 
 minimal_example_LDADD = \
- $(top_builddir)/src/daemon/libmicrohttpd.la 
+ $(top_builddir)/src/microhttpd/libmicrohttpd.la 
 
 demo_SOURCES = \
  demo.c 
 demo_LDADD = \
- $(top_builddir)/src/daemon/libmicrohttpd.la  \
+ $(top_builddir)/src/microhttpd/libmicrohttpd.la  \
  -lmagic
 
 dual_stack_example_SOURCES = \
  dual_stack_example.c 
 dual_stack_example_LDADD = \
- $(top_builddir)/src/daemon/libmicrohttpd.la 
+ $(top_builddir)/src/microhttpd/libmicrohttpd.la 
 
 post_example_SOURCES = \
  post_example.c 
 post_example_LDADD = \
- $(top_builddir)/src/daemon/libmicrohttpd.la \
+ $(top_builddir)/src/microhttpd/libmicrohttpd.la \
  $(IBERTY)
 
 minimal_example_comet_SOURCES = \
  minimal_example_comet.c 
 minimal_example_comet_LDADD = \
- $(top_builddir)/src/daemon/libmicrohttpd.la 
+ $(top_builddir)/src/microhttpd/libmicrohttpd.la 
 
 authorization_example_SOURCES = \
  authorization_example.c 
 authorization_example_LDADD = \
- $(top_builddir)/src/daemon/libmicrohttpd.la 
+ $(top_builddir)/src/microhttpd/libmicrohttpd.la 
 
 digest_auth_example_SOURCES = \
  digest_auth_example.c 
 digest_auth_example_LDADD = \
- $(top_builddir)/src/daemon/libmicrohttpd.la 
+ $(top_builddir)/src/microhttpd/libmicrohttpd.la 
 
 refuse_post_example_SOURCES = \
  refuse_post_example.c 
 refuse_post_example_LDADD = \
- $(top_builddir)/src/daemon/libmicrohttpd.la 
+ $(top_builddir)/src/microhttpd/libmicrohttpd.la 
 
 querystring_example_SOURCES = \
  querystring_example.c 
 querystring_example_LDADD = \
- $(top_builddir)/src/daemon/libmicrohttpd.la 
+ $(top_builddir)/src/microhttpd/libmicrohttpd.la 
 
 fileserver_example_SOURCES = \
  fileserver_example.c 
 fileserver_example_LDADD = \
- $(top_builddir)/src/daemon/libmicrohttpd.la 
+ $(top_builddir)/src/microhttpd/libmicrohttpd.la 
 
 fileserver_example_dirs_SOURCES = \
  fileserver_example_dirs.c 
 fileserver_example_dirs_LDADD = \
- $(top_builddir)/src/daemon/libmicrohttpd.la 
+ $(top_builddir)/src/microhttpd/libmicrohttpd.la 
 
 fileserver_example_external_select_SOURCES = \
  fileserver_example_external_select.c 
 fileserver_example_external_select_LDADD = \
- $(top_builddir)/src/daemon/libmicrohttpd.la 
+ $(top_builddir)/src/microhttpd/libmicrohttpd.la 
 
 https_fileserver_example_SOURCES = \
 https_fileserver_example.c
 https_fileserver_example_LDADD = \
- $(top_builddir)/src/daemon/libmicrohttpd.la
+ $(top_builddir)/src/microhttpd/libmicrohttpd.la

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2013-05-05 18:07:33 UTC (rev 
27025)
+++ libmicrohttpd/src/include/microhttpd.h      2013-05-05 18:20:12 UTC (rev 
27026)
@@ -106,7 +106,7 @@
 /**
  * Current version of the library.
  */
-#define MHD_VERSION 0x00092001
+#define MHD_VERSION 0x00092100
 
 /**
  * MHD-internal return code for "YES".

Modified: libmicrohttpd/src/microhttpd/Makefile.am
===================================================================
--- libmicrohttpd/src/microhttpd/Makefile.am    2013-05-05 18:07:33 UTC (rev 
27025)
+++ libmicrohttpd/src/microhttpd/Makefile.am    2013-05-05 18:20:12 UTC (rev 
27026)
@@ -74,19 +74,19 @@
 test_daemon_SOURCES = \
   test_daemon.c
 test_daemon_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la 
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la 
 
 test_postprocessor_SOURCES = \
   test_postprocessor.c
 test_postprocessor_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la 
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la 
 
 test_postprocessor_amp_SOURCES = \
   test_postprocessor_amp.c
 test_postprocessor_amp_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la 
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la 
 
 test_postprocessor_large_SOURCES = \
   test_postprocessor_large.c
 test_postprocessor_large_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la 
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la 

Modified: libmicrohttpd/src/testcurl/Makefile.am
===================================================================
--- libmicrohttpd/src/testcurl/Makefile.am      2013-05-05 18:07:33 UTC (rev 
27025)
+++ libmicrohttpd/src/testcurl/Makefile.am      2013-05-05 18:20:12 UTC (rev 
27026)
@@ -80,203 +80,203 @@
 test_start_stop_SOURCES = \
   test_start_stop.c
 test_start_stop_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la
 
 test_options_SOURCES = \
   test_options.c
 test_options_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la
 
 test_get_SOURCES = \
   test_get.c
 test_get_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_quiesce_SOURCES = \
   test_quiesce.c
 test_quiesce_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_callback_SOURCES = \
   test_callback.c
 test_callback_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 perf_get_SOURCES = \
   perf_get.c \
   gauger.h
 perf_get_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 perf_get_concurrent_SOURCES = \
   perf_get_concurrent.c \
   gauger.h
 perf_get_concurrent_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_digestauth_SOURCES = \
   test_digestauth.c
 test_digestauth_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@
 
 test_digestauth_with_arguments_SOURCES = \
   test_digestauth_with_arguments.c
 test_digestauth_with_arguments_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@
 
 test_get_sendfile_SOURCES = \
   test_get_sendfile.c
 test_get_sendfile_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_urlparse_SOURCES = \
   test_urlparse.c
 test_urlparse_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_get_response_cleanup_SOURCES = \
   test_get_response_cleanup.c
 test_get_response_cleanup_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la 
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la 
 
 test_get_chunked_SOURCES = \
   test_get_chunked.c
 test_get_chunked_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_post_SOURCES = \
   test_post.c
 test_post_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_process_headers_SOURCES = \
   test_process_headers.c
 test_process_headers_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_parse_cookies_SOURCES = \
   test_parse_cookies.c
 test_parse_cookies_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_process_arguments_SOURCES = \
   test_process_arguments.c
 test_process_arguments_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_postform_SOURCES = \
   test_postform.c
 test_postform_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_post_loop_SOURCES = \
   test_post_loop.c
 test_post_loop_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_put_SOURCES = \
   test_put.c
 test_put_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_put_chunked_SOURCES = \
   test_put_chunked.c
 test_put_chunked_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_get11_SOURCES = \
   test_get.c
 test_get11_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_get_sendfile11_SOURCES = \
   test_get_sendfile.c
 test_get_sendfile11_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_post11_SOURCES = \
   test_post.c
 test_post11_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_postform11_SOURCES = \
   test_postform.c
 test_postform11_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_post_loop11_SOURCES = \
   test_post_loop.c
 test_post_loop11_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_put11_SOURCES = \
   test_put.c
 test_put11_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_large_put_SOURCES = \
   test_large_put.c
 test_large_put_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_large_put11_SOURCES = \
   test_large_put.c
 test_large_put11_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_long_header_SOURCES = \
   test_long_header.c
 test_long_header_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_long_header11_SOURCES = \
   test_long_header.c
 test_long_header11_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_iplimit11_SOURCES = \
   test_iplimit.c
 test_iplimit11_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_termination_SOURCES = \
   test_termination.c
 test_termination_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_timeout_SOURCES = \
   test_timeout.c
 test_timeout_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 

Modified: libmicrohttpd/src/testcurl/https/Makefile.am
===================================================================
--- libmicrohttpd/src/testcurl/https/Makefile.am        2013-05-05 18:07:33 UTC 
(rev 27025)
+++ libmicrohttpd/src/testcurl/https/Makefile.am        2013-05-05 18:20:12 UTC 
(rev 27026)
@@ -46,7 +46,7 @@
   tls_test_common.c
 test_https_time_out_LDADD  = \
   $(top_builddir)/src/testcurl/libcurl_version_check.a \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ -lgnutls @LIBGCRYPT_LIBS@
 
 test_tls_options_SOURCES = \
@@ -54,7 +54,7 @@
   tls_test_common.c
 test_tls_options_LDADD = \
   $(top_builddir)/src/testcurl/libcurl_version_check.a \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ -lgnutls @LIBGCRYPT_LIBS@
 
 test_https_get_parallel_SOURCES = \
@@ -62,7 +62,7 @@
   tls_test_common.c
 test_https_get_parallel_LDADD = \
   $(top_builddir)/src/testcurl/libcurl_version_check.a \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ -lgnutls @LIBGCRYPT_LIBS@
 
 test_empty_response_SOURCES = \
@@ -70,7 +70,7 @@
   tls_test_common.c
 test_empty_response_LDADD = \
   $(top_builddir)/src/testcurl/libcurl_version_check.a \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ -lgnutls @LIBGCRYPT_LIBS@
 
 test_https_get_parallel_threads_SOURCES = \
@@ -78,7 +78,7 @@
   tls_test_common.c
 test_https_get_parallel_threads_LDADD = \
   $(top_builddir)/src/testcurl/libcurl_version_check.a \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ -lgnutls @LIBGCRYPT_LIBS@
 
 test_tls_authentication_SOURCES = \
@@ -86,7 +86,7 @@
   tls_test_common.c
 test_tls_authentication_LDADD  = \
   $(top_builddir)/src/testcurl/libcurl_version_check.a \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ -lgnutls @LIBGCRYPT_LIBS@
 
 test_https_session_info_SOURCES = \
@@ -94,7 +94,7 @@
   tls_test_common.c
 test_https_session_info_LDADD  = \
   $(top_builddir)/src/testcurl/libcurl_version_check.a \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ -lgnutls @LIBGCRYPT_LIBS@
 
 test_https_multi_daemon_SOURCES = \
@@ -102,7 +102,7 @@
   tls_test_common.c
 test_https_multi_daemon_LDADD  = \
   $(top_builddir)/src/testcurl/libcurl_version_check.a \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ -lgnutls @LIBGCRYPT_LIBS@
 
 test_https_get_SOURCES = \
@@ -110,7 +110,7 @@
   tls_test_common.c
 test_https_get_LDADD  = \
   $(top_builddir)/src/testcurl/libcurl_version_check.a \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ -lgnutls @LIBGCRYPT_LIBS@
 
 test_https_get_select_SOURCES = \
@@ -118,6 +118,6 @@
   tls_test_common.c
 test_https_get_select_LDADD  = \
   $(top_builddir)/src/testcurl/libcurl_version_check.a \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ -lgnutls @LIBGCRYPT_LIBS@
 

Modified: libmicrohttpd/src/testzzuf/Makefile.am
===================================================================
--- libmicrohttpd/src/testzzuf/Makefile.am      2013-05-05 18:07:33 UTC (rev 
27025)
+++ libmicrohttpd/src/testzzuf/Makefile.am      2013-05-05 18:20:12 UTC (rev 
27026)
@@ -32,43 +32,43 @@
 test_get_SOURCES = \
   test_get.c
 test_get_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_get_chunked_SOURCES = \
   test_get_chunked.c
 test_get_chunked_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_post_SOURCES = \
   test_post.c
 test_post_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_post_form_SOURCES = \
   test_post_form.c
 test_post_form_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_put_SOURCES = \
   test_put.c
 test_put_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_put_chunked_SOURCES = \
   test_put_chunked.c
 test_put_chunked_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_put_large_SOURCES = \
   test_put_large.c
 test_put_large_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 
@@ -76,35 +76,35 @@
 test_get11_SOURCES = \
   test_get.c
 test_get11_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_post11_SOURCES = \
   test_post.c
 test_post11_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_post_form11_SOURCES = \
   test_post_form.c
 test_post_form11_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_put11_SOURCES = \
   test_put.c
 test_put11_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_put_large11_SOURCES = \
   test_put_large.c
 test_put_large11_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 
 
 test_long_header_SOURCES = \
   test_long_header.c
 test_long_header_LDADD = \
-  $(top_builddir)/src/daemon/libmicrohttpd.la \
+  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@ 




reply via email to

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