summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Wood <thos@gnome.org>2011-02-19 16:46:26 +0000
committerThomas Wood <thos@gnome.org>2011-02-19 16:46:26 +0000
commite2f944a66a5cd3a6f9a445cd9d7acd6b8c518fd2 (patch)
treeba5c7f8fc580f43f78f76e51be4169584bd10d3e /docs
parent645c4f85b1c244adc6b087b9581b795f4fc58691 (diff)
downloadgnome-control-center-e2f944a66a5cd3a6f9a445cd9d7acd6b8c518fd2.tar.gz
configure: Group pkg-config checks based on how they are used
Group the pkg-config checks so that pkg-config can remove duplicated CFLAGS and LIBS. https://bugzilla.gnome.org/show_bug.cgi?id=636593
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libgnome-control-center/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/libgnome-control-center/Makefile.am b/docs/reference/libgnome-control-center/Makefile.am
index 3487cff6d..ef96bcf0e 100644
--- a/docs/reference/libgnome-control-center/Makefile.am
+++ b/docs/reference/libgnome-control-center/Makefile.am
@@ -78,8 +78,8 @@ expand_content_files=
# signals and properties.
# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-GTKDOC_CFLAGS=$(CAPPLET_CFLAGS)
-GTKDOC_LIBS=$(CAPPLET_LIBS) $(top_builddir)/libgnome-control-center/libgnome-control-center.la
+GTKDOC_CFLAGS=$(LIBGNOME_CONTROL_CENTER_CFLAGS)
+GTKDOC_LIBS=$(LIBGNOME_CONTROL_CENTER_LIBS) $(top_builddir)/libgnome-control-center/libgnome-control-center.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make