Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37734487
en ru br
ALT Linux repos
S:0.56.13-alt1
5.0: 0.5.3-alt1.r2113

Group :: Development/C
RPM: vala

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: vala-0.39.7-alt-fixes.patch
Download


 ccode/Makefile.am              | 1 +
 codegen/Makefile.am            | 3 +++
 compiler/Makefile.am           | 4 ++++
 vala/Makefile.am               | 1 +
 vapigen/Makefile.am            | 4 ++++
 7 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/ccode/Makefile.am b/ccode/Makefile.am
index fd3186a..2cdaa07 100644
--- a/ccode/Makefile.am
+++ b/ccode/Makefile.am
@@ -4,6 +4,7 @@ NULL =
 
 AM_CPPFLAGS = \
 	$(COVERAGE_CFLAGS) \
+	-I$(top_builddir)/gee \
 	-I$(top_srcdir)/gee \
 	$(GLIB_CFLAGS) \
 	$(NULL)
diff --git a/codegen/Makefile.am b/codegen/Makefile.am
index a20e24f..915af17 100644
--- a/codegen/Makefile.am
+++ b/codegen/Makefile.am
@@ -4,8 +4,11 @@ NULL =
 
 AM_CPPFLAGS = \
 	$(COVERAGE_CFLAGS) \
+	-I$(top_builddir)/gee \
 	-I$(top_srcdir)/gee \
+	-I$(top_builddir)/ccode \
 	-I$(top_srcdir)/ccode \
+	-I$(top_builddir)/vala \
 	-I$(top_srcdir)/vala \
 	$(GLIB_CFLAGS) \
 	$(NULL)
diff --git a/compiler/Makefile.am b/compiler/Makefile.am
index 1a513fa..c2681bf 100644
--- a/compiler/Makefile.am
+++ b/compiler/Makefile.am
@@ -4,9 +4,13 @@ NULL =
 
 AM_CPPFLAGS = \
 	$(COVERAGE_CFLAGS) \
+	-I$(top_builddir)/gee \
 	-I$(top_srcdir)/gee \
+	-I$(top_builddir)/ccode \
 	-I$(top_srcdir)/ccode \
+	-I$(top_builddir)/vala \
 	-I$(top_srcdir)/vala \
+	-I$(top_builddir)/codegen \
 	-I$(top_srcdir)/codegen \
 	$(GLIB_CFLAGS) \
 	-DPACKAGE_DATADIR=\"$(pkgdatadir)\" \
diff --git a/vala/Makefile.am b/vala/Makefile.am
index bd16142..0fc3ec7 100644
--- a/vala/Makefile.am
+++ b/vala/Makefile.am
@@ -4,6 +4,7 @@ NULL =
 
 AM_CPPFLAGS = \
 	$(COVERAGE_CFLAGS) \
+	-I$(top_builddir)/gee \
 	-I$(top_srcdir)/gee \
 	$(GLIB_CFLAGS) \
 	$(GMODULE_CFLAGS) \
diff --git a/vapigen/Makefile.am b/vapigen/Makefile.am
index 5de67c6..f514687 100644
--- a/vapigen/Makefile.am
+++ b/vapigen/Makefile.am
@@ -8,9 +8,13 @@ SUBDIRS = \
 
 AM_CPPFLAGS = \
 	$(GLIB_CFLAGS) \
+	-I$(top_builddir)/gee \
 	-I$(top_srcdir)/gee \
+	-I$(top_builddir)/ccode \
 	-I$(top_srcdir)/ccode \
+	-I$(top_builddir)/vala \
 	-I$(top_srcdir)/vala \
+	-I$(top_builddir)/gobject-introspection \
 	-I$(top_srcdir)/gobject-introspection \
 	$(NULL)
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin