From faed5f42e47b263f4b4d01106d4bdec1930c475f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 24 Oct 2000 03:09:37 +0000 Subject: AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (It uses either $(prefix)/share/locale or $(prefix)/lib/locale.) Cope with this. svn path=/trunk/; revision=6141 --- addressbook/gui/component/select-names/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/component/select-names') diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am index ef8d0bf14f..614194fb68 100644 --- a/addressbook/gui/component/select-names/Makefile.am +++ b/addressbook/gui/component/select-names/Makefile.am @@ -39,7 +39,7 @@ INCLUDES = \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \ - -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \ + -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ -DCAMEL_PROVIDERDIR=\""$(providerdir)"\" lib_LTLIBRARIES = libeselectnames.la -- cgit v1.2.3