From 69e5004b6848e8f24a3c09be6789ea0029e28974 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Sun, 1 Aug 2010 10:22:43 +0100 Subject: [PATCH] Remove duplicate keygreen.png from install target --- config.h.in | 3 +++ data/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config.h.in b/config.h.in index be6bc05..4c88b6d 100644 --- a/config.h.in +++ b/config.h.in @@ -115,6 +115,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION diff --git a/data/Makefile.am b/data/Makefile.am index fa2b22a..496ef3a 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,6 +1,6 @@ EXTRA_DIST = images/ship.png images/star.png images/start_option.png \ images/score_option.png images/options_option.png \ - images/exit_option.png images/keyblue.png images/keygreen.png \ + images/exit_option.png images/keyblue.png \ images/keyyellow.png images/keygreen.png images/keypink.png \ images/keyred.png images/arrowred.png images/arrowblue.png \ images/arrowyellow.png images/arrowpink.png images/arrowgreen.png \ -- 2.39.2