[phodav] Bump libphodav-2.0
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [phodav] Bump libphodav-2.0
- Date: Fri, 6 Feb 2015 23:16:27 +0000 (UTC)
commit 5c6588074f3e78bbb259fb12322e40e729b02926
Author: Marc-André Lureau <marcandre lureau gmail com>
Date: Fri Feb 6 23:55:57 2015 +0100
Bump libphodav-2.0
Makefile.am | 18 +++++++++---------
configure.ac | 4 ++--
2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 680371d..485417b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,7 @@ makeflags_1 =
AM_MAKEFLAGS = $(makeflags_$(V))
SUBDIRS = . po spice libphodav doc
-lib_LTLIBRARIES = libphodav-1.0.la
+lib_LTLIBRARIES = libphodav-2.0.la
bin_PROGRAMS = chezdav
sbin_PROGRAMS = spice-webdavd
@@ -19,13 +19,13 @@ AM_CPPFLAGS = \
$(WARN_CFLAGS) \
$(NULL)
-libphodav_includedir = $(includedir)/libphodav-1.0/libphodav
+libphodav_includedir = $(includedir)/libphodav-2.0/libphodav
libphodav_include_HEADERS = \
libphodav/phodav-server.h \
libphodav/phodav.h \
$(NULL)
-libphodav_1_0_la_SOURCES = \
+libphodav_2_0_la_SOURCES = \
libphodav/guuid.c \
libphodav/guuid.h \
libphodav/phodav-priv.h \
@@ -51,27 +51,27 @@ libphodav_1_0_la_SOURCES = \
libphodav/phodav-utils.h \
$(NULL)
-libphodav_1_0_la_CFLAGS = \
+libphodav_2_0_la_CFLAGS = \
$(GIO_CFLAGS) \
$(SOUP_CFLAGS) \
$(NULL)
-libphodav_1_0_la_LIBADD = \
+libphodav_2_0_la_LIBADD = \
$(GIO_LIBS) \
$(SOUP_LIBS) \
$(NULL)
-libphodav_1_0_la_LDFLAGS = \
+libphodav_2_0_la_LDFLAGS = \
-version-info 0:0:0 \
-Wl,--version-script=${srcdir}/libphodav.syms \
-no-undefined \
$(NULL)
-libphodav_1_0_la_DEPENDENCIES = libphodav.syms
+libphodav_2_0_la_DEPENDENCIES = libphodav.syms
EXTRA_DIST += libphodav.syms
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libphodav-1.0.pc
+pkgconfig_DATA = libphodav-2.0.pc
spice_webdavd_SOURCES = spice/spice-webdavd.c
@@ -132,7 +132,7 @@ chezdav_CFLAGS = \
$(NULL)
chezdav_LDADD = \
- libphodav-1.0.la \
+ libphodav-2.0.la \
$(GLIB_LIBS) \
$(GIO_LIBS) \
$(AVAHI_LIBS) \
diff --git a/configure.ac b/configure.ac
index b0806c1..7334eae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,7 +63,7 @@ IT_PROG_INTLTOOL([0.40.0])
AC_CHECK_HEADERS([attr/xattr.h])
PKG_CHECK_MODULES(GIO, [$gio_os])
-PKG_CHECK_MODULES(SOUP, libsoup-2.4 libxml-2.0)
+PKG_CHECK_MODULES(SOUP, libsoup-2.4 >= 2.48.1 libxml-2.0)
AC_ARG_WITH([avahi],
AS_HELP_STRING([--without-avahi], [Build without avahi/mdns]))
@@ -160,7 +160,7 @@ AC_SUBST(WIXL_ARCH)
AC_CONFIG_FILES([
Makefile
chezdav.wxs
-libphodav-1.0.pc
+libphodav-2.0.pc
doc/Makefile
doc/reference/Makefile
doc/reference/phodav-docs.sgml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]