[gedit-code-assistance] Fix build
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-code-assistance] Fix build
- Date: Sun, 14 Oct 2012 18:48:29 +0000 (UTC)
commit 93f2c6facb0d3ba91f1e3efcd8493877eeb8ca60
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sun Oct 14 20:48:18 2012 +0200
Fix build
src/Makefile.am | 37 +++++++++++++++++--------------------
1 files changed, 17 insertions(+), 20 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 56a4343..02ea9d6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -49,21 +49,26 @@ EXTRA_DIST = $(NOINSTHFILES)
libgcp_la_SOURCES = $(SOURCES)
+libgcp_la_VALAFLAGS = \
+ --vapidir $(top_srcdir)/vapi \
+ --header gcp.h \
+ --vapi gcp.vapi \
+ --library libgcp \
+ --gir Gcp-3.0.gir \
+ --pkg gio-2.0 \
+ --pkg gee-1.0 \
+ --pkg gcp-utils \
+ --pkg gtk+-3.0 \
+ --pkg gtksourceview-3.0 \
+ --pkg gedit-3.0 \
+ --pkg libpeas-1.0 \
+ --pkg gobject-introspection-1.0 \
+ --pkg posix \
+ --pkg config
+
libgcp_la_CFLAGS = $(GCP_CFLAGS) $(GEDIT_CFLAGS) -I$(top_srcdir) -w
libgcp_la_LDFLAGS = -module -shared -avoid-version $(GCP_LIBS) $(GEDIT_LIBS)
-valapkgs = \
- gio-2.0 \
- gee-1.0 \
- gcp-utils \
- gtk+-3.0 \
- gtksourceview-3.0 \
- gedit-3.0 \
- libpeas-1.0 \
- gobject-introspection-1.0 \
- posix \
- config
-
INTROSPECTION_COMPILER_ARGS = --includedir $(GEDIT_GIR_DIR)
-include $(INTROSPECTION_MAKEFILE)
@@ -90,14 +95,6 @@ MAINTAINERCLEANFILES = \
gcphdir = $(prefix)/include/gedit-$(GEDIT_API_VERSION)/gcp
gcph_HEADERS = gcp.h
-AM_VALAFLAGS = \
- --vapidir $(top_srcdir)/vapi \
- --header gcp.h \
- --vapi gcp.vapi \
- --library libgcp \
- --gir Gcp-3.0.gir \
- $(foreach pkg,$(valapkgs),--pkg $(pkg))
-
GITIGNOREFILES = \
$(vala_sources:.vala=.c)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]