diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-24 11:09:37 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-24 11:09:37 +0800 |
commit | faed5f42e47b263f4b4d01106d4bdec1930c475f (patch) | |
tree | 4f91dbdebe98a3047401f89c58556934027555dc /addressbook/backend | |
parent | 0887fc650f5b6f37cbbaa84d3edd121fd83ba85d (diff) | |
download | gsoc2013-evolution-faed5f42e47b263f4b4d01106d4bdec1930c475f.tar gsoc2013-evolution-faed5f42e47b263f4b4d01106d4bdec1930c475f.tar.gz gsoc2013-evolution-faed5f42e47b263f4b4d01106d4bdec1930c475f.tar.bz2 gsoc2013-evolution-faed5f42e47b263f4b4d01106d4bdec1930c475f.tar.lz gsoc2013-evolution-faed5f42e47b263f4b4d01106d4bdec1930c475f.tar.xz gsoc2013-evolution-faed5f42e47b263f4b4d01106d4bdec1930c475f.tar.zst gsoc2013-evolution-faed5f42e47b263f4b4d01106d4bdec1930c475f.zip |
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
Diffstat (limited to 'addressbook/backend')
-rw-r--r-- | addressbook/backend/ebook/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/backend/pas/Makefile.am | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am index 7f4a4c59fe..7fef103315 100644 --- a/addressbook/backend/ebook/Makefile.am +++ b/addressbook/backend/ebook/Makefile.am @@ -17,7 +17,7 @@ $(CORBA_SOURCE): $(idls) $(ORBIT_IDL) $(srcdir)/../idl/addressbook.idl $(idl_flags) INCLUDES = \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ + -DGNOMELOCALEDIR=\""$(localedir)"\" \ -DG_LOG_DOMAIN=\"EBook\" \ -I$(top_srcdir) \ -I$(top_srcdir)/addressbook/backend \ diff --git a/addressbook/backend/pas/Makefile.am b/addressbook/backend/pas/Makefile.am index 8f4f8a3731..f0a5f79e11 100644 --- a/addressbook/backend/pas/Makefile.am +++ b/addressbook/backend/pas/Makefile.am @@ -13,7 +13,7 @@ $(CORBA_SOURCE): $(idls) $(ORBIT_IDL) $(srcdir)/../idl/addressbook.idl $(idl_flags) INCLUDES = \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ + -DGNOMELOCALEDIR=\""$(localedir)"\" \ -DG_LOG_DOMAIN=\"wombat-pas\" \ -I$(top_srcdir) \ -I$(top_srcdir)/addressbook/backend \ @@ -49,4 +49,4 @@ libpas_a_SOURCES = \ BUILT_SOURCES = $(CORBA_SOURCE) CLEANFILES += $(BUILT_SOURCES) -EXTRA_DIST = $(LDAP_BACKEND_SOURCES)
\ No newline at end of file +EXTRA_DIST = $(LDAP_BACKEND_SOURCES) |