Commit ce9eb655a9d82c5c94164d7500b2fe12866dfd6a

Fix GObject-introspection

It probably never really worked before
NEWS
(1 / 1)
  
22===============================
33
44Stable release
5Python and Perl bindings are in a working state.
5GObject-introspection, Python and Perl bindings are in a working state.
66
77Enhancements:
88
  
4343 $(QUIET_GEN)$(INTROSPECTION_SCANNER) -v \
4444 --namespace GtkChamplain --nsversion=0.4 \
4545 --strip-prefix=GtkChamplain \
46 $(INCLUDES) \
47 --add-include-path=$(srcdir) --add-include=path=. \
46 $(GTK_DEPS_CFLAGS) \
47 $(SOUP_CFLAGS) \
48 -I$(top_srcdir) \
49 -DCHAMPLAIN_COMPILATION \
50 --add-include-path=$(builddir) \
4851 --c-include="$(libchamplain_include_HEADERS)" \
52 --include=Champlain-0.4 \
4953 --include=Clutter-1.0 \
5054 --include=Gtk-2.0 \
5155 --library=champlain-gtk-0.4 \
5757 --output $@ \
5858 --pkg gobject-2.0 \
5959 --pkg gtk+-2.0 \
60 $(libchamplain_gtk_0_4_la_SOURCES) $(libchamplain_include_HEADERS)
60 $(addprefix $(srcdir)/,$(libchamplain_gtk_0_4_la_SOURCES)) \
61 $(addprefix $(srcdir)/,$(libchamplain_include_HEADERS))
6162
6263BUILT_GIRSOURCES += GtkChamplain-0.4.gir
6364
  
164164 $(QUIET_GEN)$(INTROSPECTION_SCANNER) -v \
165165 --namespace Champlain --nsversion=0.4 \
166166 --strip-prefix=Champlain \
167 $(INCLUDES) \
168 --add-include-path=$(srcdir) --add-include=path=. \
167 $(DEPS_CFLAGS) \
168 $(SOUP_CFLAGS) \
169 -I$(top_srcdir)/tidy \
170 -I$(top_srcdir) \
171 -DCHAMPLAIN_COMPILATION \
172 --add-include-path=$(builddir) \
169173 --c-include="$(libchamplain_include_HEADERS)" \
170174 --include=Clutter-1.0 \
171175 --include=Gtk-2.0 \
178178 --output $@ \
179179 --pkg gobject-2.0 \
180180 --pkg gtk+-2.0 \
181 $(libchamplain_0_4_la_SOURCES) $(libchamplain_include_HEADERS)
181 $(addprefix $(srcdir)/,$(libchamplain_0_4_la_SOURCES)) \
182 $(addprefix $(srcdir)/,$(libchamplain_include_HEADERS))
182183
183184BUILT_GIRSOURCES += Champlain-0.4.gir
184185