summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
-rw-r--r--data/Makefile.am7
2 files changed, 6 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 25279771..5e39b65b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,8 +102,14 @@ desktopdir = $(datadir)/applications
desktop_in_files=yelp.desktop.in.in
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
+@INTLTOOL_SCHEMAS_RULE@
+
+gsettings_SCHEMAS = data/org.gnome.yelp.gschema.xml
+@GSETTINGS_RULES@
+
dist_noinst_DATA = \
$(desktop_in_files) \
+ $(gsettings_SCHEMAS) \
$(yelp_headers)
dist_noinst_SCRIPTS = \
diff --git a/data/Makefile.am b/data/Makefile.am
index 246ce3ab..c6e5bd0a 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,8 +1 @@
SUBDIRS = domains dtd icons mathjax xslt
-
-@INTLTOOL_SCHEMAS_RULE@
-
-gsettings_SCHEMAS = org.gnome.yelp.gschema.xml
-@GSETTINGS_RULES@
-
-dist_noinst_DATA = $(gsettings_SCHEMAS)