[gnome-session] build: fix typo in CLEANFILES



commit 5f50ada8a0ddb39d56c73a4c813e9ce135251e23
Author: Ray Strode <rstrode redhat com>
Date:   Mon Jan 24 13:04:13 2011 -0500

    build: fix typo in CLEANFILES
    
    We were cleaning out non-generated files.

 data/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 02933b0..1c16f5d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -43,13 +43,13 @@ EXTRA_DIST =					\
 	$(pixmap_DATA_dist)
 
 CLEANFILES =					\
-	$(gsettings_SCHEMAS:.xml=.xml.in)	\
+	$(gsettings_SCHEMAS)			\
 	$(xsession_DATA)			\
 	$(desktop_DATA)				\
 	$(session_DATA)
 
 DISTCLEANFILES =				\
-	$(gsettings_SCHEMAS:.xml=.xml.in)	\
+	$(gsettings_SCHEMAS)			\
 	$(desktop_in_files)
 
 -include $(top_srcdir)/git.mk



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