[devhelp/gnome-2-32] Bump missed files for the API change



commit 7fb79c3e9c8a72397c87876c0a258e05e0869b3d
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon Aug 2 17:17:43 2010 +0200

    Bump missed files for the API change

 data/Makefile.am |    4 ++--
 src/Makefile.am  |   12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index ab68948..95d651f 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,7 +1,7 @@
 SUBDIRS = ui dtd icons
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libdevhelp-1.0.pc
+pkgconfig_DATA = libdevhelp-2.0.pc
 
 assistantdir = $(datadir)/devhelp/assistant
 assistant_DATA = 		\
@@ -25,7 +25,7 @@ devhelp.defaults: devhelp.schemas.in
 	cp $(top_srcdir)/data/devhelp.schemas.in $(top_builddir)/data/devhelp.defaults
 
 EXTRA_DIST =			\
-	libdevhelp-1.0.pc.in    \
+	libdevhelp-2.0.pc.in    \
 	$(desktop_in_files)	\
 	$(schemas_in_files)     \
 	$(schemas_DATA)		\
diff --git a/src/Makefile.am b/src/Makefile.am
index f84dde2..7f1fda3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -63,7 +63,7 @@ INST_H_FILES = 						\
 devhelpincludedir = $(includedir)/devhelp-2.0/devhelp
 devhelpinclude_HEADERS = $(INST_H_FILES)
 
-libdevhelp_1_la_SOURCES =				\
+libdevhelp_2_la_SOURCES =				\
 	dh-marshal.c					\
 	dh-marshal.h					\
 	dh-enum-types.c					\
@@ -92,18 +92,18 @@ libdevhelp_1_la_SOURCES =				\
 	ige-conf-private.h				\
 	$(conf_platform_sources)
 
-libdevhelp_1_la_CPPFLAGS =				\
+libdevhelp_2_la_CPPFLAGS =				\
 	$(AM_CPPFLAGS)					\
 	$(ZLIB_CPPFLAGS)
 
-libdevhelp_1_la_CFLAGS =				\
+libdevhelp_2_la_CFLAGS =				\
 	$(LIBDEVHELP_CFLAGS)
 
-libdevhelp_1_la_LIBADD =				\
+libdevhelp_2_la_LIBADD =				\
 	$(LIBDEVHELP_LIBS)				\
 	$(ZLIB_LIBS)
 
-libdevhelp_1_la_LDFLAGS =				\
+libdevhelp_2_la_LDFLAGS =				\
 	-no-undefined					\
 	-version-info ${LIBDEVHELP_CURRENT}:${LIBDEVHELP_REVISION}:${LIBDEVHELP_AGE} \
 	-export-symbols-regex ^dh_ \
@@ -117,7 +117,7 @@ dh-enum-types.c: dh-enum-types.c.template $(INST_H_FILES) $(GLIB_MKENUMS)
 
 if HAVE_PLATFORM_OSX
 conf_platform_sources = ige-conf-mac.c
-libdevhelp_1_la_CPPFLAGS += -xobjective-c
+libdevhelp_2_la_CPPFLAGS += -xobjective-c
 endif
 if HAVE_PLATFORM_X11
 conf_platform_sources = ige-conf-gconf.c



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