[aisleriot] Move suppressions file to data
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aisleriot] Move suppressions file to data
- Date: Thu, 14 Apr 2011 20:49:50 +0000 (UTC)
commit 76113d16f19bf3b4dd75c66ff43a4b82c78ae4f8
Author: Christian Persch <chpe gnome org>
Date: Thu Apr 14 22:49:37 2011 +0200
Move suppressions file to data
data/Makefile.am | 4 ++++
{src => data}/aisleriot.supp | 0
src/Makefile.am | 1 -
3 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index a618157..128908a 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -22,6 +22,10 @@ desktop_in_files = \
desktopdir = $(datadir)/applications
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
+EXTRA_DIST = \
+ aisleriot.supp \
+ $(NULL)
+
CLEANFILES = \
$(desktop_DATA) \
$(NULL)
diff --git a/src/aisleriot.supp b/data/aisleriot.supp
similarity index 100%
rename from src/aisleriot.supp
rename to data/aisleriot.supp
diff --git a/src/Makefile.am b/src/Makefile.am
index f20d6b0..fa7b2f5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -186,7 +186,6 @@ EXTRA_DIST = \
$(ossoservice_in_files) \
$(schema_in_files) \
$(man_MANS) \
- aisleriot.supp \
game-names.h
CLEANFILES = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]