diff options
author | Ted Gould <ted@gould.cx> | 2010-12-03 20:44:18 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-03 20:44:18 -0600 |
commit | b90242a423f62ee594f2421b1147e317d9a4ab68 (patch) | |
tree | c679fbaf1cff03fe2e1840b58eedb3ba56f3abf6 /docs/reference | |
parent | d2a48b2530f5218ca71673ab072b707e374ad0c6 (diff) | |
parent | 63f47256a8dc38452d2ea62f7e846ecb44f6d30d (diff) | |
download | libayatana-appindicator-b90242a423f62ee594f2421b1147e317d9a4ab68.tar.gz libayatana-appindicator-b90242a423f62ee594f2421b1147e317d9a4ab68.tar.bz2 libayatana-appindicator-b90242a423f62ee594f2421b1147e317d9a4ab68.zip |
Updating to trunk so that we get the GI fixes
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 e793da7..b6b0289 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 $(LIBRARY_CFLAGS) -GTKDOC_LIBS=$(top_builddir)/src/libappindicator.la +GTKDOC_LIBS=$(top_builddir)/src/libappindicator.la $(LIBRARY_LIBS) # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.local.make |