aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-02-03 14:56:35 +0100
committerTed Gould <ted@canonical.com>2009-02-03 14:56:35 +0100
commitbccae5a5201a6d08925f15d41b2b4ca31cac878d (patch)
treee05fbdced575f7c1252206f4d77dd4b408d908af /docs/reference/Makefile.am
parentaa26429a1e78f8bbcce99c9adf5d4e2557f24482 (diff)
downloadlibayatana-indicator-bccae5a5201a6d08925f15d41b2b4ca31cac878d.tar.gz
libayatana-indicator-bccae5a5201a6d08925f15d41b2b4ca31cac878d.tar.bz2
libayatana-indicator-bccae5a5201a6d08925f15d41b2b4ca31cac878d.zip
Getting the dirs right
Diffstat (limited to 'docs/reference/Makefile.am')
-rw-r--r--docs/reference/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 1bb6b68..853c97e 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -67,8 +67,8 @@ expand_content_files=
# signals and properties.
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-INCLUDES=-I$(top_builddir)/libindicate $(LIBINDICATE_CFLAGS)
-GTKDOC_LIBS=
+INCLUDES=-I$(top_srcdir) $(LIBINDICATE_CFLAGS)
+GTKDOC_LIBS=$(top_builddir)/libindicate/libindicate.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make