[glib] Some build fixes



commit 3db0f554e41496b07c82db96457b8df98947aa0e
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Apr 17 16:57:28 2010 -0400

    Some build fixes

 docs/reference/gio/Makefile.am |    3 ++-
 gio/tests/Makefile.am          |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/gio/Makefile.am b/docs/reference/gio/Makefile.am
index 2221a2d..a9483bd 100644
--- a/docs/reference/gio/Makefile.am
+++ b/docs/reference/gio/Makefile.am
@@ -137,6 +137,8 @@ man_MANS =			\
 	gschema-compile.1	\
 	gsettings-schema-convert.1
 
+$(man_MANS) : sgml-build.stamp
+
 %.1 : xml/%.xml
 	@XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
 
@@ -149,4 +151,3 @@ dist-hook-local: $(BUILT_EXTRA_DIST)
 	for f in $$files; do					\
 	  if test -f $$f; then d=.; else d=$(srcdir); fi;	\
 	  cp $$d/$$f $(distdir) || exit 1; done
-
diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am
index a1bcd38..8cfcdef 100644
--- a/gio/tests/Makefile.am
+++ b/gio/tests/Makefile.am
@@ -145,7 +145,7 @@ test.mo: de.po
 	$(MKDIR_P) de/LC_MESSAGES; \
 	cp -f test.mo de/LC_MESSAGES
 
-gschemas.compiled: *.gschema
+gschemas.compiled: *.gschema.xml
 	$(top_builddir)/gio/gschema-compile --targetdir=${bulddir} ${srcdir}
 
 DISTCLEAN_FILES = applications/mimeinfo.cache



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