summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOlivier Crete <olivier.crete@collabora.co.uk>2008-07-21 23:33:33 +0000
committerOlivier Crete <olivier.crete@collabora.co.uk>2008-07-21 23:33:33 +0000
commite817f38590d83d486bd6daa41cc8477cd96d962b (patch)
tree621045feb42f816401ca1f831fdb8145ecbb52cb /doc
parent92f550220f38f4b60cc917f99b12190abe3f5397 (diff)
downloadtelepathy-farstream-e817f38590d83d486bd6daa41cc8477cd96d962b.tar.gz
Rename the lib/ dir to telepathy-farsight/
20080721233333-3e2dc-69e77fef7f97ad2c5d217769dbd86dae5bff531d.gz
Diffstat (limited to 'doc')
-rw-r--r--doc/lib/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/lib/Makefile.am b/doc/lib/Makefile.am
index 1389bbb..cce69e6 100644
--- a/doc/lib/Makefile.am
+++ b/doc/lib/Makefile.am
@@ -20,7 +20,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
# gtk-doc will search all .c & .h files beneath here for inline comments
# documenting the functions and macros.
# e.g. DOC_SOURCE_DIR=../../../gtk
-DOC_SOURCE_DIR=../../lib
+DOC_SOURCE_DIR=../../telepathy-farsight
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS=
@@ -44,8 +44,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)/lib/channel.h $(top_srcdir)/lib/stream.h
-CFILE_GLOB=$(top_srcdir)/lib/channel.c $(top_srcdir)/lib/stream.c
+HFILE_GLOB=$(top_srcdir)/telepathy-farsight/channel.h $(top_srcdir)/telepathy-farsight/stream.h
+CFILE_GLOB=$(top_srcdir)/telepathy-farsight/channel.c $(top_srcdir)/telepathy-farsight/stream.c
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
@@ -77,7 +77,7 @@ INCLUDES= \
$(GST_INTERFACES_CFLAGS) \
$(FARSIGHT2_CFLAGS) \
$(TELEPATHY_CFLAGS) \
- -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/lib
+ -I$(top_srcdir) -I$(top_builddir)
GTKDOC_LIBS= \
$(GLIB_LIBS) \
$(DBUS_LIBS) \
@@ -86,7 +86,7 @@ GTKDOC_LIBS= \
$(GST_INTERFACES_LIBS) \
$(TELEPATHY_LIBS) \
$(FARSIGHT2_LIBS) \
- $(top_builddir)/lib/libstreamengine.la
+ $(top_builddir)/telepathy-farsight/libstreamengine.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make