From 37d437ae1c69c8c70f5a289ec59363fe21836255 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 12 Dec 2008 15:49:15 +0000 Subject: Add empathy_init(), empathy_gtk_init() and empathy_gtk_init_with_args(). They have to be called by any process using libempathy. svn path=/trunk/; revision=1966 --- libempathy/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy/Makefile.am') diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index a25c1e799..fd6424b57 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -3,6 +3,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir) \ -DDATADIR=\""$(datadir)"\" \ + -DLOCALEDIR=\""$(datadir)/locale"\" \ $(LIBEMPATHY_CFLAGS) \ $(WARN_CFLAGS) -- cgit v1.2.3