[aisleriot] Fix distcheck



commit 0e456e2c434505ff02cb3cf7d814eefcd4101c41
Author: Christian Persch <chpe gnome org>
Date:   Mon Jun 13 18:59:19 2011 +0200

    Fix distcheck

 configure.ac        |    2 +-
 src/lib/Makefile.am |    7 -------
 2 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 80dc9f8..0dc2d99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.53])
-AC_INIT([GNOME Patience], [3.1.0+git],
+AC_INIT([GNOME Patience], [3.1.0],
   [http://bugzilla.gnome.org/enter_bug.cgi?product=aisleriot],
   [aisleriot])
 
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index dfdea2e..64c5b1c 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -63,13 +63,6 @@ endif
 
 endif # HAVE_RSVG
 
-if ENABLE_CARD_THEME_FORMAT_SLICED
-if !HAVE_RSVG
-libaisleriot_la_SOURCES += ar-card-theme-preimage.c
-endif
-libaisleriot_la_SOURCES += ar-card-theme-sliced.c
-endif # ENABLE_CARD_THEME_FORMAT_SLICED
-
 if ENABLE_CARD_THEME_FORMAT_PYSOL
 libaisleriot_la_SOURCES += ar-card-theme-pysol.c
 endif



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