Commit ce9eb655a9d82c5c94164d7500b2fe12866dfd6a.diff
- Diff rendering mode:
- inline
- side by side
NEWS
(1 / 1)
|   | |||
| 2 | 2 | =============================== | |
| 3 | 3 | ||
| 4 | 4 | Stable release | |
| 5 | Python and Perl bindings are in a working state. | ||
| 5 | GObject-introspection, Python and Perl bindings are in a working state. | ||
| 6 | 6 | ||
| 7 | 7 | Enhancements: | |
| 8 | 8 |
champlain-gtk/Makefile.am
(8 / 3)
|   | |||
| 43 | 43 | $(QUIET_GEN)$(INTROSPECTION_SCANNER) -v \ | |
| 44 | 44 | --namespace GtkChamplain --nsversion=0.4 \ | |
| 45 | 45 | --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) \ | ||
| 48 | 51 | --c-include="$(libchamplain_include_HEADERS)" \ | |
| 52 | --include=Champlain-0.4 \ | ||
| 49 | 53 | --include=Clutter-1.0 \ | |
| 50 | 54 | --include=Gtk-2.0 \ | |
| 51 | 55 | --library=champlain-gtk-0.4 \ | |
| … | … | ||
| 57 | 57 | --output $@ \ | |
| 58 | 58 | --pkg gobject-2.0 \ | |
| 59 | 59 | --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)) | ||
| 61 | 62 | ||
| 62 | 63 | BUILT_GIRSOURCES += GtkChamplain-0.4.gir | |
| 63 | 64 |
champlain/Makefile.am
(8 / 3)
|   | |||
| 164 | 164 | $(QUIET_GEN)$(INTROSPECTION_SCANNER) -v \ | |
| 165 | 165 | --namespace Champlain --nsversion=0.4 \ | |
| 166 | 166 | --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) \ | ||
| 169 | 173 | --c-include="$(libchamplain_include_HEADERS)" \ | |
| 170 | 174 | --include=Clutter-1.0 \ | |
| 171 | 175 | --include=Gtk-2.0 \ | |
| … | … | ||
| 178 | 178 | --output $@ \ | |
| 179 | 179 | --pkg gobject-2.0 \ | |
| 180 | 180 | --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)) | ||
| 182 | 183 | ||
| 183 | 184 | BUILT_GIRSOURCES += Champlain-0.4.gir | |
| 184 | 185 |

