diff options
author | Ted Gould <ted@gould.cx> | 2010-12-07 16:55:03 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-07 16:55:03 -0600 |
commit | eef3316d7af6189f54022b1159331175cae900c4 (patch) | |
tree | ea465f3e74da81adc35322b5cef4e0544d17b628 /docs | |
parent | 5ffa1850a8aefb9591309c6f884411543dd1fe04 (diff) | |
parent | 0a09bca306de781117fb92b1084dfafc6c267679 (diff) | |
download | libayatana-appindicator-eef3316d7af6189f54022b1159331175cae900c4.tar.gz libayatana-appindicator-eef3316d7af6189f54022b1159331175cae900c4.tar.bz2 libayatana-appindicator-eef3316d7af6189f54022b1159331175cae900c4.zip |
Update to newest g-ir-scanner and vapigen
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 2 |
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 |