summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2006-04-24 13:33:20 +0000
committerVincent Untz <vuntz@src.gnome.org>2006-04-24 13:33:20 +0000
commit1313bd78a272d3995bdd348f7d95a328b38569ac (patch)
tree549ecfb4d1a32d79ee9598906a5a2246cfeeeaf7 /docs
parente8e1f25a09b16bc0e24756ca9575fb6c106b92cc (diff)
downloadgnome-desktop-1313bd78a272d3995bdd348f7d95a328b38569ac.tar.gz
fix distcheck
2006-04-24 Vincent Untz <vuntz@gnome.org> * docs/reference/gnome-desktop/Makefile.am: fix distcheck
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gnome-desktop/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gnome-desktop/Makefile.am b/docs/reference/gnome-desktop/Makefile.am
index d46a0357..ad97e7a4 100644
--- a/docs/reference/gnome-desktop/Makefile.am
+++ b/docs/reference/gnome-desktop/Makefile.am
@@ -67,7 +67,7 @@ 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=$(GNOME_DESKTOP_CFLAGS) -I$(top_builddir)/libgnome-desktop
+INCLUDES=$(GNOME_DESKTOP_CFLAGS) -I$(top_srcdir)/libgnome-desktop
GTKDOC_LIBS=$(GNOME_DESKTOP_LIBS) $(top_builddir)/libgnome-desktop/libgnome-desktop-2.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.