summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2011-12-11 21:34:39 +0100
committerChristian Persch <chpe@gnome.org>2011-12-11 22:18:54 +0100
commit6637c802c0a4c685a4e1866c9f7b033c2dd78979 (patch)
tree49922f0a3aa036411e1e8a4f0fea0f459318e260 /docs
parentfb4164470b49e80f5419ec8188b64d23221ea222 (diff)
downloadlibcroco-6637c802c0a4c685a4e1866c9f7b033c2dd78979.tar.gz
Modernise and simplify configure
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 411627f..0ec463d 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -43,8 +43,10 @@ content_files=\
# CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib
# contains GtkObjects/GObjects and you want to document signals and properties.
GTKDOC_CFLAGS=\
+ $(CROCO_CFLAGS) \
$(NULL)
GTKDOC_LIBS=\
+ $(CROCO_LIBS) \
$(NULL)
include $(top_srcdir)/gtk-doc.make