diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-12-03 17:15:12 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-12-03 17:15:12 -0500 |
commit | 0a09bca306de781117fb92b1084dfafc6c267679 (patch) | |
tree | 5a0edd3e8c618f521f8c610fb940fa8c1aaaf704 /docs/reference/Makefile.am | |
parent | e7e460435824dc513b2206ee67a437345de964db (diff) | |
download | libayatana-appindicator-0a09bca306de781117fb92b1084dfafc6c267679.tar.gz libayatana-appindicator-0a09bca306de781117fb92b1084dfafc6c267679.tar.bz2 libayatana-appindicator-0a09bca306de781117fb92b1084dfafc6c267679.zip |
Build fixes with the latest g-ir-scanner and vapigen
Diffstat (limited to 'docs/reference/Makefile.am')
-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 |