[gnome-calendar] build: fix make distcheck
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] build: fix make distcheck
- Date: Tue, 23 Dec 2014 17:07:48 +0000 (UTC)
commit ef3b4f059f17dd4b6910692efb51992bc82c7230
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Tue Dec 23 10:22:35 2014 -0500
build: fix make distcheck
data/Makefile.am | 1 +
data/icons/Makefile.am | 7 ++++++-
2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index a33de3e..50135ed 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -44,5 +44,6 @@ EXTRA_DIST= \
$(gsettingsschema_in_files)
CLEANFILES = \
+ $(service_DATA) \
$(desktop_DATA) \
$(gsettings_SCHEMAS)
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 7056a38..58ecca8 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -61,7 +61,12 @@ uninstall-icons:
done
install-data-local: install-icons update-icon-cache
-
uninstall-local: uninstall-icons update-icon-cache
+install-data-hook: update-icon-cache
+uninstall-hook: update-icon-cache
+
+clean-local :
+ rm -f *~
+
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]