summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTheppitak Karoonboonyanan <thep@linux.thai.net>2010-07-06 17:45:25 +0700
committerTheppitak Karoonboonyanan <thep@linux.thai.net>2010-07-06 17:45:25 +0700
commitddbb711674cb67dbb3cf8e0c58137764d5e6f9b9 (patch)
treec04eeaf749fc9c85f59ee83218c6c5d52f8b8d83 /doc
parentc29ed854e82ac209a74f1d8d8c1f3a05005d0aec (diff)
downloadlibwnck-ddbb711674cb67dbb3cf8e0c58137764d5e6f9b9.tar.gz
Fix failure to build outside source tree
Use gobject-introspection 0.6.14, where introspection sources can be referenced via VPATH. Also fix distcheck failure in doc subdir.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 285a065..e49e298 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -41,7 +41,7 @@ extra_files =
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
-GTKDOC_CFLAGS = -I$(top_srcdir) $(LIBWNCK_CFLAGS) -DWNCK_I_KNOW_THIS_IS_UNSTABLE
+GTKDOC_CFLAGS = -I$(top_builddir) -I$(top_srcdir) $(LIBWNCK_CFLAGS) -DWNCK_I_KNOW_THIS_IS_UNSTABLE
GTKDOC_LIBS = $(top_builddir)/libwnck/libwnck-1.la $(LIBWNCK_LIBS)
include $(top_srcdir)/gtk-doc.make