diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-09-21 21:26:39 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-09-21 21:26:39 +0800 |
commit | b72033eca1da0b143b2dbb5e8337d2e88dc299e8 (patch) | |
tree | 1c437ecd667cc1a4130de3c4e593b3493d493fc0 | |
parent | fad6f33cf1c3c3af5a93700601e09e8263f2ffba (diff) | |
download | gsoc2013-empathy-b72033eca1da0b143b2dbb5e8337d2e88dc299e8.tar gsoc2013-empathy-b72033eca1da0b143b2dbb5e8337d2e88dc299e8.tar.gz gsoc2013-empathy-b72033eca1da0b143b2dbb5e8337d2e88dc299e8.tar.bz2 gsoc2013-empathy-b72033eca1da0b143b2dbb5e8337d2e88dc299e8.tar.lz gsoc2013-empathy-b72033eca1da0b143b2dbb5e8337d2e88dc299e8.tar.xz gsoc2013-empathy-b72033eca1da0b143b2dbb5e8337d2e88dc299e8.tar.zst gsoc2013-empathy-b72033eca1da0b143b2dbb5e8337d2e88dc299e8.zip |
Explicitely use libempathy from builddir. Fixes bug #478558 (Frederic
2007-09-21 Xavier Claessens <xclaesse@gmail.com>
* doc/libempathy-gtk/Makefile.am: Explicitely use libempathy from
builddir. Fixes bug #478558 (Frederic Peters).
svn path=/trunk/; revision=308
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | doc/libempathy-gtk/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2007-09-21 Xavier Claessens <xclaesse@gmail.com> + * doc/libempathy-gtk/Makefile.am: Explicitely use libempathy from + builddir. Fixes bug #478558 (Frederic Peters). + +2007-09-21 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-chat.c: Move TP_CHANNEL_CHAT_STATE_PAUSED to the not typing case. Fixes bug #474603 (Cosimo Cecchi). diff --git a/doc/libempathy-gtk/Makefile.am b/doc/libempathy-gtk/Makefile.am index a763ae92d..925daf5c1 100644 --- a/doc/libempathy-gtk/Makefile.am +++ b/doc/libempathy-gtk/Makefile.am @@ -59,7 +59,7 @@ 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) $(EMPATHY_CFLAGS) -GTKDOC_LIBS=$(top_builddir)/libempathy-gtk/libempathy-gtk.la $(EMPATHY_LIBS) +GTKDOC_LIBS=$(top_builddir)/libempathy-gtk/libempathy-gtk.la $(top_builddir)/libempathy/libempathy.la $(EMPATHY_LIBS) # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make |