[gnome-games] Remove unused gconf build rules



commit 0a7ed9baef4e0d49495d7d7f6391d87f37ef00d1
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue Jan 3 17:21:16 2012 +1100

    Remove unused gconf build rules

 configure.ac                 |    8 --------
 glines/src/Makefile.am       |    5 -----
 gnobots2/src/Makefile.am     |    5 -----
 libgames-support/Makefile.am |    5 -----
 quadrapassel/src/Makefile.am |    5 -----
 5 files changed, 0 insertions(+), 28 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c83c7c4..1169fb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -312,14 +312,6 @@ m4_ifdef([GLIB_GSETTINGS],[GLIB_GSETTINGS([],[:])])
 AM_GCONF_SOURCE_2
 AC_PATH_PROG([GCONFTOOL],[gconftool-2])
 
-if test "$with_platform" = "gnome"; then
-  PKG_CHECK_MODULES([GNOME],[gconf-2.0 >= $GCONF_REQUIRED])
-  AC_SUBST([GNOME_CFLAGS])
-  AC_SUBST([GNOME_LIBS])
-
-  need_gthread=yes
-fi
-
 # Check for librsvg
 
 have_rsvg=no
diff --git a/glines/src/Makefile.am b/glines/src/Makefile.am
index 9a1d1d6..ec207e1 100644
--- a/glines/src/Makefile.am
+++ b/glines/src/Makefile.am
@@ -21,11 +21,6 @@ glines_LDADD =	\
 	$(INTLLIBS)	\
 	-lm
 
-if HAVE_GNOME
-glines_CFLAGS += $(GNOME_CFLAGS)
-glines_LDADD += $(GNOME_LIBS)
-endif
-
 if HAVE_RSVG
 glines_CFLAGS += $(RSVG_CFLAGS)
 glines_LDADD += $(RSVG_LIBS)
diff --git a/gnobots2/src/Makefile.am b/gnobots2/src/Makefile.am
index d40c0a5..a8a4854 100644
--- a/gnobots2/src/Makefile.am
+++ b/gnobots2/src/Makefile.am
@@ -52,11 +52,6 @@ gnobots2_LDADD = \
 	$(INTLLIBS) \
 	-lm
 
-if HAVE_GNOME
-gnobots2_CFLAGS += $(GNOME_CFLAGS)
-gnobots2_LDADD += $(GNOME_LIBS)
-endif
-
 if HAVE_RSVG
 gnobots2_CFLAGS += $(RSVG_CFLAGS)
 gnobots2_LDADD += $(RSVG_LIBS)
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index 6d3a399..03cb0b4 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -80,11 +80,6 @@ libgames_support_la_CFLAGS += $(GIO_CFLAGS)
 libgames_support_la_LIBADD += $(GIO_LIBS)
 endif
 
-if HAVE_GNOME
-libgames_support_la_CFLAGS += $(GNOME_CFLAGS)
-libgames_support_la_LIBADD += $(GNOME_LIBS)
-endif
-
 if HAVE_RSVG
 libgames_support_la_CFLAGS += $(RSVG_CFLAGS)
 libgames_support_la_LIBADD += $(RSVG_LIBS)
diff --git a/quadrapassel/src/Makefile.am b/quadrapassel/src/Makefile.am
index 2cdbf5e..c04bbee 100644
--- a/quadrapassel/src/Makefile.am
+++ b/quadrapassel/src/Makefile.am
@@ -42,11 +42,6 @@ quadrapassel_LDADD = \
 	$(GTK_LIBS) \
 	$(INTLLIBS)
 
-if HAVE_GNOME
-quadrapassel_CXXFLAGS += $(GNOME_CFLAGS)
-quadrapassel_LDADD += $(GNOME_LIBS)
-endif
-
 if HAVE_RSVG
 quadrapassel_CXXFLAGS += $(RSVG_CFLAGS) 
 quadrapassel_LDADD += $(RSVG_LIBS)



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