aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-07 20:48:49 -0600
committerTed Gould <ted@gould.cx>2010-12-07 20:48:49 -0600
commit4478b59180eeca30d6d7a28db0cefc26672bca23 (patch)
tree0051f4dd16b634466fbbd33c810c2eba3c930558 /docs/reference/Makefile.am
parent15d58f52744f1632d2a2f25a81e53f8fa1fee817 (diff)
parenta413ebac8c43f24d72cfeb983170204418201b58 (diff)
downloadayatana-indicator-application-4478b59180eeca30d6d7a28db0cefc26672bca23.tar.gz
ayatana-indicator-application-4478b59180eeca30d6d7a28db0cefc26672bca23.tar.bz2
ayatana-indicator-application-4478b59180eeca30d6d7a28db0cefc26672bca23.zip
* New upstream release.
* Fixes to build with GTK 2/3 * Fixes to build with valac-0.12
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