[libgweather] Fix gweather-3.0.pc to actually work
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgweather] Fix gweather-3.0.pc to actually work
- Date: Fri, 2 Jul 2010 20:35:16 +0000 (UTC)
commit 7f055cefad1f76575d1e87473fd769a74a23689e
Author: Vincent Untz <vuntz gnome org>
Date: Fri Jul 2 22:33:34 2010 +0200
Fix gweather-3.0.pc to actually work
It wasn't updated for the include dir change, and the library name
change.
libgweather/Makefile.am | 2 +-
libgweather/gweather-3.0-uninstalled.pc.in | 2 +-
libgweather/gweather-3.0.pc.in | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libgweather/Makefile.am b/libgweather/Makefile.am
index c3f125c..1f2548b 100644
--- a/libgweather/Makefile.am
+++ b/libgweather/Makefile.am
@@ -1,6 +1,6 @@
lib_LTLIBRARIES = libgweather-3.la
-libgweatherincdir = $(includedir)/libgweather-3.0
+libgweatherincdir = $(includedir)/libgweather-3.0/libgweather
gweather_old_headers = \
weather.h gweather-gconf.h gweather-prefs.h gweather-xml.h
gweather_new_headers = \
diff --git a/libgweather/gweather-3.0-uninstalled.pc.in b/libgweather/gweather-3.0-uninstalled.pc.in
index c5971f9..2d32723 100644
--- a/libgweather/gweather-3.0-uninstalled.pc.in
+++ b/libgweather/gweather-3.0-uninstalled.pc.in
@@ -9,5 +9,5 @@ Description: GWeather shared library
Version: @VERSION@
Requires: glib-2.0 gobject-2.0 gdk-pixbuf-2.0 gtk+-3.0 gconf-2.0
Requires.private: libxml-2.0 libsoup-2.4
-Libs: ${pc_top_builddir}/${pcfiledir}/libgweather.la
+Libs: ${pc_top_builddir}/${pcfiledir}/libgweather-3.la
Cflags: -I${pc_top_builddir}/${pcfiledir}/..
diff --git a/libgweather/gweather-3.0.pc.in b/libgweather/gweather-3.0.pc.in
index dcd1940..132ba27 100644
--- a/libgweather/gweather-3.0.pc.in
+++ b/libgweather/gweather-3.0.pc.in
@@ -9,6 +9,6 @@ Description: GWeather shared library
Version: @VERSION@
Requires: glib-2.0 gobject-2.0 gdk-pixbuf-2.0 gtk+-3.0 gconf-2.0
Requires.private: libxml-2.0 libsoup-2.4
-Libs: -L${libdir} -lgweather
+Libs: -L${libdir} -lgweather-3
Libs.private: -lm
-Cflags: -I${includedir}
+Cflags: -I${includedir}/libgweather-3.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]