summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2011-01-20 01:16:24 +0100
committerVincent Untz <vuntz@gnome.org>2011-01-20 15:47:49 +0100
commit1f927d94617ef75c5c9a93a86a55a27e472df8dd (patch)
treeed79c6176e4827b4525b2677ac87af33f80b25d5 /doc
parent4466c8ea5ceefe099deb665271ad202177a3fe86 (diff)
downloadlibwnck-1f927d94617ef75c5c9a93a86a55a27e472df8dd.tar.gz
build: Use single include when building against libwnck
Users of libwnck should just include <libwnck/libwnck.h> now.
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 ec7bde4..54cf3d0 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -42,7 +42,7 @@ extra_files =
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
-GTKDOC_CFLAGS = -I$(top_builddir) -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 -DWNCK_COMPILATION
GTKDOC_LIBS = $(top_builddir)/libwnck/libwnck-3.la $(LIBWNCK_LIBS)
include $(top_srcdir)/gtk-doc.make