Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37037760
en ru br
Репозитории ALT
S:0.56.13-alt1
5.1: 0.7.7-alt1
www.altlinux.org/Changes

Группа :: Разработка/C
Пакет: vala

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: vala-0.39.7-alt-fixes.patch
Скачать


 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)
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin