[gnome-robots/libgames-scores] Start using libgames-scores
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-robots/libgames-scores] Start using libgames-scores
- Date: Sun, 6 Apr 2014 15:13:21 +0000 (UTC)
commit b91ba3d23f6a44b52b8bf94a416c6212e7bb0eef
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 19f1754..0cf6f0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,7 @@ PKG_CHECK_MODULES(ROBOTS, [
gtk+-3.0 >= $GTK_REQUIRED
librsvg-2.0 >= $RSVG_REQUIRED
libcanberra-gtk3 >= $CANBERRA_GTK_REQUIRED
+ libgames-scores
])
AC_PATH_PROG([APPDATA_VALIDATE], [appdata-validate], [/bin/true])
diff --git a/src/Makefile.am b/src/Makefile.am
index 0de6d9b..2220f9d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,14 +34,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 \
games-stock.c \
games-stock.h \
cursor-down.h \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]