[gnome-robots/wip/libgames-support: 1/22] Start using libgames-scores
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-robots/wip/libgames-support: 1/22] Start using libgames-scores
- Date: Sun, 28 Jun 2015 19:59:30 +0000 (UTC)
commit 72811b2c975f43b0ca2f35fe2136ceb4917db76f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Apr 5 14:58:24 2014 -0500
Start using libgames-scores
configure.ac | 1 +
src/Makefile.am | 8 -
src/games-score.c | 166 --------------
src/games-score.h | 68 ------
src/games-scores-backend.c | 341 -----------------------------
src/games-scores-backend.h | 63 ------
src/games-scores-dialog.c | 508 --------------------------------------------
src/games-scores-dialog.h | 81 -------
src/games-scores.c | 446 --------------------------------------
src/games-scores.h | 90 --------
10 files changed, 1 insertions(+), 1771 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b1dfa75..c471541 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,7 @@ PKG_CHECK_MODULES(ROBOTS, [
gio-2.0 >= $GLIB_REQUIRED
librsvg-2.0 >= $RSVG_REQUIRED
libcanberra-gtk3 >= $CANBERRA_GTK_REQUIRED
+ libgames-scores
])
AC_PATH_PROG([DESKTOP_FILE_VALIDATE], [desktop-file-validate], [/bin/true])
diff --git a/src/Makefile.am b/src/Makefile.am
index 16754ed..5542c8d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -28,14 +28,6 @@ gnome_robots_SOURCES = \
games-gridframe.h \
games-preimage.c \
games-preimage.h \
- games-score.h \
- games-score.c \
- games-scores.c \
- games-scores.h \
- games-scores-dialog.c \
- games-scores-dialog.h \
- games-scores-backend.c \
- games-scores-backend.h \
cursor-down.h \
cursor-down-left.h \
cursor-down-right.h \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]