[couchdb-glib] Version both header files dir and library name



commit b77291636a18cc7135b711a56d7bb2d3e7a134a9
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Thu Jun 11 13:53:37 2009 +0200

    Version both header files dir and library name
---
 couchdb-glib.pc.in       |    2 +-
 couchdb-glib/Makefile.am |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/couchdb-glib.pc.in b/couchdb-glib.pc.in
index 97748a8..90bf8f2 100644
--- a/couchdb-glib.pc.in
+++ b/couchdb-glib.pc.in
@@ -7,5 +7,5 @@ Name: CouchDB-GLib
 Description: GLib-based API for CouchDB databases
 Version: @VERSION@
 Libs: -L${libdir} -lcouchdb-glib-1.0
-Cflags: -I${includedir}/couchdb-glib
+Cflags: -I${includedir}/couchdb-glib-1.0
 Requires: gobject-2.0
diff --git a/couchdb-glib/Makefile.am b/couchdb-glib/Makefile.am
index f4d4b44..8aa0e04 100644
--- a/couchdb-glib/Makefile.am
+++ b/couchdb-glib/Makefile.am
@@ -1,15 +1,15 @@
 INCLUDES =		\
 	$(COUCHDB_GLIB_CFLAGS)
 
-lib_LTLIBRARIES = libcouchdb-glib.la
+lib_LTLIBRARIES = libcouchdb-glib-1.0.la
 
-libcouchdb_glib_la_SOURCES =		\
+libcouchdb_glib_1_0_la_SOURCES =	\
 	couchdb.c			\
 	couchdb-document.c		\
 	utils.c				\
 	utils.h
 
-hdir = $(includedir)/couchdb-glib
+hdir = $(includedir)/couchdb-glib-1.0
 h_DATA = couchdb-glib.h
 
 EXTRA_DIST = $(h_DATA)



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