[glib] gio: Fix srcdir != builddir build for docs
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gio: Fix srcdir != builddir build for docs
- Date: Tue, 5 Jul 2011 13:43:46 +0000 (UTC)
commit e9d0c82252dab878ea3e631c48c40e97aa4f42ea
Author: Colin Walters <walters verbum org>
Date: Tue Jul 5 09:42:39 2011 -0400
gio: Fix srcdir != builddir build for docs
docs/reference/gio/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gio/Makefile.am b/docs/reference/gio/Makefile.am
index c17b3f9..1913cf2 100644
--- a/docs/reference/gio/Makefile.am
+++ b/docs/reference/gio/Makefile.am
@@ -15,7 +15,8 @@ SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"
# The directory containing the source code. Relative to $(srcdir)
DOC_SOURCE_DIR=$(top_srcdir)/gio
-HFILE_GLOB=$(addprefix $(top_srcdir)/gio/,$(shell cat $(top_builddir)/gio/gio-public-headers.txt))
+BUILT_HFILES=gioenumtypes.h
+HFILE_GLOB=$(filter-out $(addprefix %/, $(BUILT_HFILES)), $(addprefix $(top_srcdir)/gio/,$(shell cat $(top_builddir)/gio/gio-public-headers.txt))) $(addprefix $(top_builddir)/gio/,$(BUILT_HFILES))
CFILE_GLOB=$(top_srcdir)/gio/*.c
# CFLAGS and LDFLAGS for compiling scan program. Only needed
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]