aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2010-04-23 23:23:52 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-26 22:00:15 +0800
commit36cfeec5f9c5746a4b79cc36e44a96777621eaa0 (patch)
tree0579354d6e417891e025e46ffd4d7e56e2f69e42 /src/Makefile.am
parentecf57786b46e333e17d0b11c3209b0f4b069f65d (diff)
downloadgsoc2013-empathy-36cfeec5f9c5746a4b79cc36e44a96777621eaa0.tar
gsoc2013-empathy-36cfeec5f9c5746a4b79cc36e44a96777621eaa0.tar.gz
gsoc2013-empathy-36cfeec5f9c5746a4b79cc36e44a96777621eaa0.tar.bz2
gsoc2013-empathy-36cfeec5f9c5746a4b79cc36e44a96777621eaa0.tar.lz
gsoc2013-empathy-36cfeec5f9c5746a4b79cc36e44a96777621eaa0.tar.xz
gsoc2013-empathy-36cfeec5f9c5746a4b79cc36e44a96777621eaa0.tar.zst
gsoc2013-empathy-36cfeec5f9c5746a4b79cc36e44a96777621eaa0.zip
cc-empathy-accounts-panel: Enable gettext when the panel is created
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=616660
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9b35e9bc1..41020dd11 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -66,6 +66,7 @@ libempathy_accounts_panel_la_SOURCES = \
libempathy_accounts_panel_la_CPPFLAGS = \
$(CPPFLAGS_COMMON) \
$(CONTROL_CENTER_EMBEDDING_CFLAGS) \
+ -DLOCALEDIR=\""$(datadir)/locale"\" \
$(NULL)
libempathy_accounts_panel_la_LDFLAGS = -export_dynamic -avoid-version -module -no-undefined -export-symbols-regex '^g_io_module_(load|unload)'