[gnome-games] Simplify .vapi files in Makefile
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] Simplify .vapi files in Makefile
- Date: Sat, 15 Jan 2011 06:21:38 +0000 (UTC)
commit 92ace203395cddcab88917d67049d3a1428b948a
Author: Robert Ancell <robert ancell canonical com>
Date: Fri Jan 14 22:18:58 2011 -0600
Simplify .vapi files in Makefile
glchess/src/Makefile.am | 13 +++++--------
1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/glchess/src/Makefile.am b/glchess/src/Makefile.am
index 85640d8..4fc3ba1 100644
--- a/glchess/src/Makefile.am
+++ b/glchess/src/Makefile.am
@@ -3,6 +3,10 @@ bin_PROGRAMS = glchess
noinst_PROGRAMS = test-chess-game
glchess_SOURCES = \
+ config.vapi \
+ gl.vapi \
+ glu.vapi \
+ glx.vapi \
3ds.vala \
glchess.vala \
ai-profile.vala \
@@ -62,14 +66,7 @@ glchess_VALAFLAGS = \
--pkg gmodule-2.0 \
--pkg librsvg-2.0 \
--pkg posix \
- --pkg sqlite3 \
- --vapidir . \
- --pkg config \
- --pkg gl \
- --pkg glu \
- --pkg glx
-
-EXTRA_DIST = config.vapi gl.vapi glu.vapi glx.vapi
+ --pkg sqlite3
DISTCLEANFILES = \
Makefile.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]