/soc/2013/ankitkv/gobjectification: 9582f8bef3bc: Fix build
Ankit Vani
a at nevitus.org
Mon Apr 28 18:35:28 EDT 2014
Changeset: 9582f8bef3bc802be16d5aea51c0070c4f643099
Author: Ankit Vani <a at nevitus.org>
Date: 2014-04-29 04:05 +0530
Branch: soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/9582f8bef3bc
Description:
Fix build
diffstat:
finch/libgnt/Makefile.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (25 lines):
diff --git a/finch/libgnt/Makefile.am b/finch/libgnt/Makefile.am
--- a/finch/libgnt/Makefile.am
+++ b/finch/libgnt/Makefile.am
@@ -120,8 +120,8 @@ if HAVE_INTROSPECTION
introspection_sources = $(libgnt_lainclude_HEADERS)
Gnt-$(GNT_MAJOR_VERSION).$(GNT_MINOR_VERSION).gir: $(builddir)/libgnt.la
-Gnt_2_8_gir_INCLUDES = GObject-2.0
-Gnt_2_8_gir_CFLAGS = \
+Gnt_2_9_gir_INCLUDES = GObject-2.0
+Gnt_2_9_gir_CFLAGS = \
$(INCLUDES) \
$(GLIB_CFLAGS) \
$(GNT_CFLAGS) \
@@ -129,8 +129,8 @@ Gnt_2_8_gir_CFLAGS = \
$(INTROSPECTION_CFLAGS) \
$(PY_CFLAGS)
-Gnt_2_8_gir_LIBS = $(builddir)/libgnt.la
-Gnt_2_8_gir_FILES = $(introspection_sources)
+Gnt_2_9_gir_LIBS = $(builddir)/libgnt.la
+Gnt_2_9_gir_FILES = $(introspection_sources)
INTROSPECTION_GIRS += Gnt-$(GNT_MAJOR_VERSION).$(GNT_MINOR_VERSION).gir
girdir = $(INTROSPECTION_GIRDIR)
More information about the Commits
mailing list