summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-10-08 15:30:40 +0100
committerRoss Burton <ross@linux.intel.com>2009-10-08 15:30:40 +0100
commitb7b09e3921c29d2af891382e5c905436984db13e (patch)
treedd250c86bcef049d5cbee3a0907d6833fddf7558 /docs
parentbd0adec30e6f1e73a08c365902268e486529c07d (diff)
downloadlibrest-b7b09e3921c29d2af891382e5c905436984db13e.tar.gz
Split the Facebook and Flickr backends to librest-extras
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/rest/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/rest/Makefile.am b/docs/reference/rest/Makefile.am
index 9632537..3cbfc00 100644
--- a/docs/reference/rest/Makefile.am
+++ b/docs/reference/rest/Makefile.am
@@ -46,8 +46,8 @@ FIXXREF_OPTIONS=
# Used for dependencies. The docs will be rebuilt if any of these change.
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
-HFILE_GLOB=$(top_srcdir)/rest/*.h
-CFILE_GLOB=$(top_srcdir)/rest/*.c
+HFILE_GLOB=$(top_srcdir)/rest/*.h $(top_srcdir)/rest-extras/*.h
+CFILE_GLOB=$(top_srcdir)/rest/*.c $(top_srcdir)/rest-extras/*.c
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
@@ -72,7 +72,7 @@ expand_content_files=
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GLIB_CFLAGS) $(SOUP_CFLAGS) $(XML_CFLAGS)
-GTKDOC_LIBS=$(top_builddir)/rest/librest-@API_VERSION@.la
+GTKDOC_LIBS=$(top_builddir)/rest/librest-@API_VERSION@.la $(top_builddir)/rest-extras/librest-extras-@API_VERSION@.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make