[notification-daemon] Fix distcheck
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [notification-daemon] Fix distcheck
- Date: Wed, 16 Feb 2011 16:54:04 +0000 (UTC)
commit a264738bbee12ead525ebe176d4a204ef18d758a
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Feb 16 11:47:03 2011 -0500
Fix distcheck
data/Makefile.am | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 8f02f8d..4dc7eeb 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,9 +1,16 @@
@INTLTOOL_DESKTOP_RULE@
desktopdir= $(datadir)/applications
+desktop_in_in_files = notification-daemon.desktop.in.in
desktop_in_files = notification-daemon.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
-EXTRA_DIST = \
- notification-daemon.desktop.in.in
+EXTRA_DIST = \
+ $(desktop_in_in_files)
+
+CLEANFILES = \
+ $(desktop_DATA)
+
+DISTCLEANFILES = \
+ $(desktop_in_files)
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]