diff options
author | Damon Chaplin <damon@ximian.com> | 2002-06-12 18:18:40 +0000 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2002-06-12 18:18:40 +0000 |
commit | 4bef8eb8b6b85657e95f733e04494f557751b5dd (patch) | |
tree | 609fc010266ea664172d7c273bbd5d6786ba0c3f /components/notes | |
parent | 29133f4dcbe2191a56c9df73105462255a539574 (diff) | |
download | nautilus-4bef8eb8b6b85657e95f733e04494f557751b5dd.tar.gz |
use $(prefix)/${DATADIRNAME}/locale rather than $(datadir)/locale so it
2002-06-12 Damon Chaplin <damon@ximian.com>
* test/Makefile.am (INCLUDES):
* src/Makefile.am (INCLUDES):
* components/tree/Makefile.am (INCLUDES):
* components/throbber/Makefile.am (INCLUDES):
* components/text/Makefile.am (INCLUDES):
* components/notes/Makefile.am (INCLUDES):
* components/news/Makefile.am (INCLUDES):
* components/music/Makefile.am (INCLUDES):
* components/history/Makefile.am (INCLUDES):
* components/hardware/Makefile.am (INCLUDES): use
$(prefix)/${DATADIRNAME}/locale rather than $(datadir)/locale so
it works on Solaris. Fixes bug #83636.
Diffstat (limited to 'components/notes')
-rw-r--r-- | components/notes/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/notes/Makefile.am b/components/notes/Makefile.am index e27dd9999..2054258c3 100644 --- a/components/notes/Makefile.am +++ b/components/notes/Makefile.am @@ -3,7 +3,7 @@ NULL = INCLUDES=\ -DG_LOG_DOMAIN=\"Nautilus-Notes\" \ -I$(top_srcdir) \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ + -DGNOMELOCALEDIR=\""$(prefix)/${DATADIRNAME}/locale"\" \ $(COMPONENT_CFLAGS) \ $(NULL) \ -DGTK_ENABLE_BROKEN |