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 /calendar/gui | |
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 'calendar/gui')
-rw-r--r-- | calendar/gui/Makefile.am | 2 | ||||
-rw-r--r-- | calendar/gui/dialogs/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index d886346abb..5376cbc1a6 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -18,7 +18,7 @@ INCLUDES = \ $(EXTRA_GNOME_CFLAGS) \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" + -DGNOMELOCALEDIR=\""$(localedir)"\" LINK_FLAGS = \ $(BONOBO_VFS_GNOME_LIBS) \ diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index 98c8be9f97..9b80e03f95 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -10,7 +10,7 @@ INCLUDES = \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ $(BONOBO_VFS_GNOME_CFLAGS) \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" + -DGNOMELOCALEDIR=\""$(localedir)"\" noinst_LIBRARIES = libcal-dialogs.a |