aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-07 16:55:03 -0600
committerTed Gould <ted@gould.cx>2010-12-07 16:55:03 -0600
commiteef3316d7af6189f54022b1159331175cae900c4 (patch)
treeea465f3e74da81adc35322b5cef4e0544d17b628 /docs/reference/Makefile.am
parent5ffa1850a8aefb9591309c6f884411543dd1fe04 (diff)
parent0a09bca306de781117fb92b1084dfafc6c267679 (diff)
downloadayatana-indicator-application-eef3316d7af6189f54022b1159331175cae900c4.tar.gz
ayatana-indicator-application-eef3316d7af6189f54022b1159331175cae900c4.tar.bz2
ayatana-indicator-application-eef3316d7af6189f54022b1159331175cae900c4.zip
Update to newest g-ir-scanner and vapigen
Diffstat (limited to 'docs/reference/Makefile.am')
-rw-r--r--docs/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index d2ef3bb..63606f9 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -91,7 +91,7 @@ expand_content_files=
# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src $(INDICATOR_CFLAGS)
-GTKDOC_LIBS=$(top_builddir)/src/libappindicator.la $(top_builddir)/src/libapplication.la
+GTKDOC_LIBS=$(top_builddir)/src/libappindicator.la $(top_builddir)/src/libapplication.la $(INDICATOR_LIBS)
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.local.make