[tracker] build: Fixed missing gschema .xml.in files in distcheck



commit 104ff506c166aa0f044e2aea28d60a51ecb74567
Author: Martyn Russell <martyn lanedo com>
Date:   Mon Apr 4 13:51:02 2011 +0100

    build: Fixed missing gschema .xml.in files in distcheck

 data/gschemas/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/gschemas/Makefile.am b/data/gschemas/Makefile.am
index bde1416..a9c65a8 100644
--- a/data/gschemas/Makefile.am
+++ b/data/gschemas/Makefile.am
@@ -19,4 +19,4 @@ CLEANFILES = $(gsettings_SCHEMAS)
 
 EXTRA_DIST = \
 	org.freedesktop.Tracker.enums.xml \
-	$(gsettings_SCHEMAS)
+	$(gsettings_SCHEMAS:.xml=.xml.in)



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