[gnome-robots] Start using libgames-scores



commit d385ee95886bc5474a0cb4b47b27c07c7cd05c54
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 4ecfde0..cd2c1e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,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]