aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/Makefile.am
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-04-22 18:18:11 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-04-22 18:18:11 +0800
commitbeecbb7de2abf1ba7eed3cfc46e4a1b150e433bb (patch)
tree5ffdb234e3a43967bc6d0ce6de48a6fb384376b7 /libempathy-gtk/Makefile.am
parentd8af806a5349ed9a64838c250ff8ff7c8de2e118 (diff)
downloadgsoc2013-empathy-beecbb7de2abf1ba7eed3cfc46e4a1b150e433bb.tar
gsoc2013-empathy-beecbb7de2abf1ba7eed3cfc46e4a1b150e433bb.tar.gz
gsoc2013-empathy-beecbb7de2abf1ba7eed3cfc46e4a1b150e433bb.tar.bz2
gsoc2013-empathy-beecbb7de2abf1ba7eed3cfc46e4a1b150e433bb.tar.lz
gsoc2013-empathy-beecbb7de2abf1ba7eed3cfc46e4a1b150e433bb.tar.xz
gsoc2013-empathy-beecbb7de2abf1ba7eed3cfc46e4a1b150e433bb.tar.zst
gsoc2013-empathy-beecbb7de2abf1ba7eed3cfc46e4a1b150e433bb.zip
Cleanup the spell code.
svn path=/trunk/; revision=1031
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r--libempathy-gtk/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am
index c4f07cf74..30dfce43f 100644
--- a/libempathy-gtk/Makefile.am
+++ b/libempathy-gtk/Makefile.am
@@ -3,6 +3,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-DDATADIR=\""$(datadir)"\" \
$(EMPATHY_CFLAGS) \
+ $(ENCHANT_CFLAGS) \
$(WARN_CFLAGS)
BUILT_SOURCES = \
@@ -54,6 +55,7 @@ nodist_libempathy_gtk_la_SOURCES =\
libempathy_gtk_la_LIBADD = \
$(EMPATHY_LIBS) \
+ $(ENCHANT_LIBS) \
$(top_builddir)/libempathy/libempathy.la
libempathy_gtk_la_LDFLAGS = \