summaryrefslogtreecommitdiff
path: root/doc/reference
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-17 11:49:44 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-17 11:49:44 +0200
commit4760b61dcce9869c6371d56519248a0aef91c0a9 (patch)
treec6bb685f378ee5aba2944d26a0df811a767fdf49 /doc/reference
parentedffd033360fc76eafaaf8631725057577540c7a (diff)
downloadtelepathy-logger-4760b61dcce9869c6371d56519248a0aef91c0a9.tar.gz
merge PL and LIBTPL libs together
Diffstat (limited to 'doc/reference')
-rw-r--r--doc/reference/libtelepathy-logger/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/libtelepathy-logger/Makefile.am b/doc/reference/libtelepathy-logger/Makefile.am
index b9ab073..833adf8 100644
--- a/doc/reference/libtelepathy-logger/Makefile.am
+++ b/doc/reference/libtelepathy-logger/Makefile.am
@@ -95,9 +95,9 @@ expand_content_files=
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
INCLUDES= \
-I$(top_srcdir) -I$(top_builddir) \
- $(LIBTPL_CFLAGS)
+ $(TPL_CFLAGS)
GTKDOC_LIBS= \
- $(LIBTPL_LIBS) \
+ $(TPL_LIBS) \
$(top_builddir)/telepathy-logger/libtelepathy-logger.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.