gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35553 - in libmicrohttpd/src: microhttpd testcurl


From: gnunet
Subject: [GNUnet-SVN] r35553 - in libmicrohttpd/src: microhttpd testcurl
Date: Tue, 21 Apr 2015 20:13:47 +0200

Author: LRN
Date: 2015-04-21 20:13:46 +0200 (Tue, 21 Apr 2015)
New Revision: 35553

Modified:
   libmicrohttpd/src/microhttpd/Makefile.am
   libmicrohttpd/src/testcurl/Makefile.am
Log:
Make libplatform_interface.la a dependency where appropriate

Trying to fix this buildslave error:
make[3]: *** No rule to make target 
'../../src/platform/libplatform_interface.la', needed by 'libmicrohttpd.la'.  
Stop.


Modified: libmicrohttpd/src/microhttpd/Makefile.am
===================================================================
--- libmicrohttpd/src/microhttpd/Makefile.am    2015-04-21 15:52:30 UTC (rev 
35552)
+++ libmicrohttpd/src/microhttpd/Makefile.am    2015-04-21 18:13:46 UTC (rev 
35553)
@@ -74,6 +74,8 @@
   -version-info @LIB_VERSION_CURRENT@:@LIB_VERSION_REVISION@:@LIB_VERSION_AGE@
 libmicrohttpd_la_LIBADD = \
   $(MHD_W32_LIB) $(MHD_LIBDEPS)
+libmicrohttpd_la_DEPENDENCIES = \
+  $(MHD_W32_LIB)
 
 if HAVE_W32
 MHD_DLL_RES_SRC = microhttpd_dll_res.rc

Modified: libmicrohttpd/src/testcurl/Makefile.am
===================================================================
--- libmicrohttpd/src/testcurl/Makefile.am      2015-04-21 15:52:30 UTC (rev 
35552)
+++ libmicrohttpd/src/testcurl/Makefile.am      2015-04-21 18:13:46 UTC (rev 
35553)
@@ -149,9 +149,13 @@
 test_get_sendfile_LDADD = \
   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@
+test_get_sendfile_DEPENDENCIES =
+
 if HAVE_W32
 test_get_sendfile_LDADD += \
  $(top_builddir)/src/platform/libplatform_interface.la
+test_get_sendfile_DEPENDENCIES += \
+ $(top_builddir)/src/platform/libplatform_interface.la
 endif
 
 test_urlparse_SOURCES = \
@@ -230,9 +234,13 @@
 test_get_sendfile11_LDADD = \
   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   @LIBCURL@
+test_get_sendfile11_DEPENDENCIES =
+
 if HAVE_W32
 test_get_sendfile11_LDADD += \
   $(top_builddir)/src/platform/libplatform_interface.la
+test_get_sendfile11_DEPENDENCIES += \
+  $(top_builddir)/src/platform/libplatform_interface.la
 endif
 
 test_post11_SOURCES = \




reply via email to

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