diff options
author | Ted Gould <ted@gould.cx> | 2010-12-03 20:42:15 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-03 20:42:15 -0600 |
commit | 63f47256a8dc38452d2ea62f7e846ecb44f6d30d (patch) | |
tree | 5a0edd3e8c618f521f8c610fb940fa8c1aaaf704 /docs/reference | |
parent | 9c008cd03484b38b968618f1877c64215ba2c2fb (diff) | |
parent | 0a09bca306de781117fb92b1084dfafc6c267679 (diff) | |
download | libayatana-appindicator-63f47256a8dc38452d2ea62f7e846ecb44f6d30d.tar.gz libayatana-appindicator-63f47256a8dc38452d2ea62f7e846ecb44f6d30d.tar.bz2 libayatana-appindicator-63f47256a8dc38452d2ea62f7e846ecb44f6d30d.zip |
Fixes to the GObject Introspection and Vala files
Diffstat (limited to 'docs/reference')
-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 |