[gnome-games] libgames-support: Fix the build on hildon
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-games] libgames-support: Fix the build on hildon
- Date: Mon, 13 Jul 2009 16:30:58 +0000 (UTC)
commit 26478d2017eb567d0f62491aede0a5938307daa4
Author: Christian Persch <chpe gnome org>
Date: Mon Jul 13 18:29:58 2009 +0200
libgames-support: Fix the build on hildon
Add missing CFLAGS to libgamescards.la build.
libgames-support/Makefile.am | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index 37a05b0..6d5ec0d 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -248,6 +248,11 @@ libgamescards_la_CFLAGS += $(DBUS_GLIB_CFLAGS)
libgamescards_la_LIBADD += $(DBUS_GLIB_LIBS)
endif # ENABLE_CARD_THEMES_INSTALLER
+if HAVE_HILDON
+libgamescards_la_CFLAGS += $(HILDON_CFLAGS)
+libgamescards_la_LIBADD += $(HILDON_LIBS)
+endif
+
# Data used in libgamescards
if ENABLE_CARD_THEME_FORMAT_SVG
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]