[gnome-games/glines-vala] using actions removes the need for gmodule
- From: Thomas Hindoe Paaboel Andersen <thomashpa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/glines-vala] using actions removes the need for gmodule
- Date: Wed, 13 Jun 2012 22:45:21 +0000 (UTC)
commit f67c18986c073c757ab105f10823c900b10bfed1
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date: Thu Jun 14 00:45:14 2012 +0200
using actions removes the need for gmodule
glines/src/Makefile.am | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/glines/src/Makefile.am b/glines/src/Makefile.am
index 423fbc8..45674c9 100644
--- a/glines/src/Makefile.am
+++ b/glines/src/Makefile.am
@@ -23,7 +23,6 @@ glines_CFLAGS = \
-DPKGDATADIR=\"$(datadir)/glines\" \
-DLOCALEDIR=\"$(datadir)/locale\" \
-DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
- $(GMODULE_CFLAGS) \
$(GTK_CFLAGS) \
$(RSVG_CFLAGS) \
$(GEE_CFLAGS) \
@@ -31,17 +30,14 @@ glines_CFLAGS = \
glines_LDADD = \
$(top_builddir)/libgames-support/libgames-support.la \
- $(GMODULE_LIBS) \
$(GTK_LIBS) \
$(RSVG_LIBS) \
$(GEE_LIBS) \
- $(INTLLIBS) \
- -lm
+ $(INTLLIBS)
glines_VALAFLAGS = \
--pkg posix \
--pkg gtk+-3.0 \
- --pkg gmodule-2.0 \
--pkg gee-1.0 \
--vapidir $(top_srcdir)/libgames-support \
--pkg GnomeGamesSupport-1.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]