[glib/wip/schemasource] 'make dist' fixes



commit 2df6043f0bae2a09e1e37271efe83cc0cd47d2c6
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Nov 16 23:24:46 2011 -0500

    'make dist' fixes

 gio/Makefile.am       |    1 +
 gio/tests/Makefile.am |    4 +++-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/gio/Makefile.am b/gio/Makefile.am
index 26f18ff..5ed27c1 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -112,6 +112,7 @@ settings_sources = \
 	gsettingsbackendinternal.h	\
 	gsettingsbackend.c		\
 	gsettingsschema.h		\
+	gsettingsschema-internal.h	\
 	gsettingsschema.c		\
 	gsettings-mapping.h		\
 	gsettings-mapping.c		\
diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am
index 8d23c7a..f24d29e 100644
--- a/gio/tests/Makefile.am
+++ b/gio/tests/Makefile.am
@@ -517,6 +517,7 @@ EXTRA_DIST += \
 	enums.xml.template		\
 	de.po				\
 	$(schema_tests)			\
+	org.gtk.schemasourcecheck.gschema.xml \
 	appinfo-test.desktop		\
 	appinfo-test2.desktop		\
 	appinfo-test-gnome.desktop	\
@@ -548,7 +549,8 @@ DISTCLEANFILES = \
 	de/LC_MESSAGES/test.mo		\
 	test.mo				\
 	gsettings.store			\
-	gschemas.compiled
+	gschemas.compiled 		\
+	schema-source/gschemas.compiled
 
 distclean-local:
 	rm -r xdgdatahome xdgdatadir



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