diff options
author | Gediminas Paulauskas <menesis@src.gnome.org> | 2000-11-02 06:07:05 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2000-11-02 06:07:05 +0800 |
commit | 02978e3e44d1f47589ff8a80d386f5e4a836dfbd (patch) | |
tree | fc09fb632aba2a267182ef2e955c2f7c8bf3396c | |
parent | 1e41fefdba4069d38512156a2cd6dd4313b700d1 (diff) | |
download | gsoc2013-evolution-02978e3e44d1f47589ff8a80d386f5e4a836dfbd.tar gsoc2013-evolution-02978e3e44d1f47589ff8a80d386f5e4a836dfbd.tar.gz gsoc2013-evolution-02978e3e44d1f47589ff8a80d386f5e4a836dfbd.tar.bz2 gsoc2013-evolution-02978e3e44d1f47589ff8a80d386f5e4a836dfbd.tar.lz gsoc2013-evolution-02978e3e44d1f47589ff8a80d386f5e4a836dfbd.tar.xz gsoc2013-evolution-02978e3e44d1f47589ff8a80d386f5e4a836dfbd.tar.zst gsoc2013-evolution-02978e3e44d1f47589ff8a80d386f5e4a836dfbd.zip |
Makefile.am: renamed GNOMELOCALEDIR to EVOLUTION_LOCALEDIR
svn path=/trunk/; revision=6323
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 67a257f0dd..87b61977dd 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -33,7 +33,7 @@ INCLUDES = \ $(EXTRA_GNOME_CFLAGS) \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ - -DGNOMELOCALEDIR=\""$(localedir)"\" + -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" LINK_FLAGS = \ $(BONOBO_VFS_GNOME_LIBS) \ |