[gnome-chess/chess-telepathy-networking-support-664946-rebase: 24/64] Make glchess use the newly added contacts API



commit 545d864bf278fc8c160422702b5acef02a3c4fde
Author: Chandni Verma <chandniverma2112 gmail com>
Date:   Mon Sep 3 12:22:23 2012 +0530

    Make glchess use the newly added contacts API

 src/Makefile.am |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 02ede67..f6d6172 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -53,11 +53,13 @@ gnome_chess_CFLAGS = \
 	-DVERSION=\"$(VERSION)\" \
 	-DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
 	-DPKGDATADIR=\"@datadir@/gnome-chess\" \
+	-I$(top_srcdir)/libgames-contacts \
 	-DLOCALEDIR=\"@localedir \" \
 	$(GNOME_CHESS_CFLAGS)
 
 gnome_chess_LDADD = \
-	$(GNOME_CHESS_LIBS)
+	$(GNOME_CHESS_LIBS) \
+	$(top_builddir)/libgames-contacts/libgames-contacts.la
 
 gnome_chess_VALAFLAGS = \
     --pkg gtk+-3.0 \
@@ -70,6 +72,11 @@ gnome_chess_VALAFLAGS = \
 if ENABLE_NETWORKING
 gnome_chess_CFLAGS += $(FOLKS_CFLAGS)
 gnome_chess_LDADD += $(FOLKS_LIBS)
+gnome_chess_VALAFLAGS += \
+	--pkg telepathy-glib \
+	--pkg folks \
+	--vapidir $(top_srcdir)/libgames-contacts \
+	--pkg GamesContacts-1.0
 endif
 
 CLEANFILES = \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]