summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2002-06-12 18:18:40 +0000
committerDamon Chaplin <damon@src.gnome.org>2002-06-12 18:18:40 +0000
commit4bef8eb8b6b85657e95f733e04494f557751b5dd (patch)
tree609fc010266ea664172d7c273bbd5d6786ba0c3f /test
parent29133f4dcbe2191a56c9df73105462255a539574 (diff)
downloadnautilus-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 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index da9ed1259..02b174600 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -4,7 +4,7 @@ INCLUDES =\
-I$(top_srcdir) \
$(CORE_CFLAGS) \
-DVERSION="\"$(VERSION)\"" \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -DGNOMELOCALEDIR=\""$(prefix)/${DATADIRNAME}/locale"\" \
-DNAUTILUS_DATADIR=\""$(datadir)/nautilus"\" \
$(NULL)