gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32869 - in libmicrohttpd/src: microhttpd platform testcurl
Date: Tue, 1 Apr 2014 08:22:37 +0200

Author: Karlson2k
Date: 2014-04-01 08:22:37 +0200 (Tue, 01 Apr 2014)
New Revision: 32869

Modified:
   libmicrohttpd/src/microhttpd/Makefile.am
   libmicrohttpd/src/platform/Makefile.am
   libmicrohttpd/src/testcurl/Makefile.am
Log:
Rename internal helper lib libmicrohttpd_w32.la -> libplatform_interface.la

Modified: libmicrohttpd/src/microhttpd/Makefile.am
===================================================================
--- libmicrohttpd/src/microhttpd/Makefile.am    2014-04-01 06:22:25 UTC (rev 
32868)
+++ libmicrohttpd/src/microhttpd/Makefile.am    2014-04-01 06:22:37 UTC (rev 
32869)
@@ -5,7 +5,7 @@
 AM_CFLAGS = $(HIDDEN_VISIBILITY_CFLAGS)
 
 if HAVE_W32
-MHD_W32_LIB = $(top_builddir)/src/platform/libmicrohttpd_w32.la
+MHD_W32_LIB = $(top_builddir)/src/platform/libplatform_interface.la
 endif
 
 lib_LTLIBRARIES = \

Modified: libmicrohttpd/src/platform/Makefile.am
===================================================================
--- libmicrohttpd/src/platform/Makefile.am      2014-04-01 06:22:25 UTC (rev 
32868)
+++ libmicrohttpd/src/platform/Makefile.am      2014-04-01 06:22:37 UTC (rev 
32869)
@@ -1,8 +1,7 @@
 AM_CPPFLAGS = \
   -I$(top_srcdir)/src/include
 
-AM_CFLAGS = $(HIDDEN_VISIBILITY_CFLAGS) \
-  @LIBGCRYPT_CFLAGS@
+AM_CFLAGS = $(HIDDEN_VISIBILITY_CFLAGS)
 
 if USE_COVERAGE
   AM_CFLAGS += --coverage
@@ -10,11 +9,11 @@
 
 if HAVE_W32
 noinst_LTLIBRARIES = \
-  libmicrohttpd_w32.la
-libmicrohttpd_w32_la_CPPFLAGS = \
+  libplatform_interface.la
+libplatform_interface_la_CPPFLAGS = \
   $(AM_CPPFLAGS) \
   -DBUILDING_MHD_LIB=1
-libmicrohttpd_w32_la_SOURCES = \
+libplatform_interface_la_SOURCES = \
   w32functions.c
 endif
 

Modified: libmicrohttpd/src/testcurl/Makefile.am
===================================================================
--- libmicrohttpd/src/testcurl/Makefile.am      2014-04-01 06:22:25 UTC (rev 
32868)
+++ libmicrohttpd/src/testcurl/Makefile.am      2014-04-01 06:22:37 UTC (rev 
32869)
@@ -139,7 +139,7 @@
   @LIBCURL@
 if HAVE_W32
 test_get_sendfile_LDADD += \
- $(top_builddir)/src/platform/libmicrohttpd_w32.la
+ $(top_builddir)/src/platform/libplatform_interface.la
 endif
 
 test_urlparse_SOURCES = \
@@ -220,7 +220,7 @@
   @LIBCURL@
 if HAVE_W32
 test_get_sendfile11_LDADD += \
-  $(top_builddir)/src/platform/libmicrohttpd_w32.la
+  $(top_builddir)/src/platform/libplatform_interface.la
 endif
 
 test_post11_SOURCES = \




reply via email to

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