aboutsummaryrefslogtreecommitdiffstats
path: root/importers/Makefile.am
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-07-11 22:50:47 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-07-11 22:50:47 +0800
commit49051e63c6678ee90a54d17355e73286ae6817a3 (patch)
treed20b60d0a164c2fb4d7745d351b0ce4366d36389 /importers/Makefile.am
parenta74afe6c1914e262db8ac21aff303f0bce65ca76 (diff)
downloadgsoc2013-evolution-49051e63c6678ee90a54d17355e73286ae6817a3.tar
gsoc2013-evolution-49051e63c6678ee90a54d17355e73286ae6817a3.tar.gz
gsoc2013-evolution-49051e63c6678ee90a54d17355e73286ae6817a3.tar.bz2
gsoc2013-evolution-49051e63c6678ee90a54d17355e73286ae6817a3.tar.lz
gsoc2013-evolution-49051e63c6678ee90a54d17355e73286ae6817a3.tar.xz
gsoc2013-evolution-49051e63c6678ee90a54d17355e73286ae6817a3.tar.zst
gsoc2013-evolution-49051e63c6678ee90a54d17355e73286ae6817a3.zip
s/GNOMELOCALEDIR/EVOLUTION_LOCALEDIR Added bindtextdomain(), textdomain()
2001-07-11 Kjartan Maraas <kmaraas@gnome.org> * Makefile.am: s/GNOMELOCALEDIR/EVOLUTION_LOCALEDIR * elm-importer.c: Added bindtextdomain(), textdomain() calls. * evolution-gnomecard-importer.c: Same here. * pine-importer.c: Same here. * netscape-importer.c: Same here. svn path=/trunk/; revision=11002
Diffstat (limited to 'importers/Makefile.am')
-rw-r--r--importers/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/importers/Makefile.am b/importers/Makefile.am
index ca23b7b210..598e133ed7 100644
--- a/importers/Makefile.am
+++ b/importers/Makefile.am
@@ -4,7 +4,7 @@ bin_PROGRAMS = evolution-netscape-importer \
evolution-gnomecard-importer
INCLUDES = \
- -DGNOMELOCALEDIR=\""$(localedir)"\" \
+ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \
-DG_LOG_DOMAIN=\"Evolution-Importer\" \
-I$(top_srcdir) \
-I$(top_builddir)/shell \