[gnome-games] build: Dist the .gschema.xml.in file



commit d4b4e51de3e3d55d5b6587dd3e647192ccc238bf
Author: Christian Persch <chpe gnome org>
Date:   Tue May 25 21:15:57 2010 +0200

    build: Dist the .gschema.xml.in file
    
    Bug #619639.

 libgames-support/Makefile.am |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index 27f7895..bfaa402 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -2,10 +2,6 @@ NULL =
 
 commondatadir = $(datadir)/gnome-games-common
 
-EXTRA_DIST = \
-	games-marshal.list	\
-	$(NULL)
-
 noinst_LTLIBRARIES = libgames-support.la
 
 pkglib_LTLIBRARIES =
@@ -169,6 +165,11 @@ stamp_files = \
 	stamp-games-marshal.h \
 	$(NULL)
 
+EXTRA_DIST = \
+	games-marshal.list \
+	$(gsettingsschema_in_files) \
+	$(NULL)
+
 CLEANFILES = \
 	$(BUILT_SOURCES) \
 	$(stamp_files) \



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