summaryrefslogtreecommitdiff
path: root/archiver
diff options
context:
space:
mode:
authorjacob berkman <jacob@ximian.com>2002-06-18 19:29:45 +0000
committerJacob Berkman <jberkman@src.gnome.org>2002-06-18 19:29:45 +0000
commit961f08cd6233ea0f2273a55a6aa5206cac50a732 (patch)
tree88a8c1da1d43175395f99e69c12d6795adbca48c /archiver
parentb4995826e869a6e1eb1c88fec58010e3cf860812 (diff)
downloadgnome-control-center-961f08cd6233ea0f2273a55a6aa5206cac50a732.tar.gz
fixup localedir to work with solaris gettext (fixes bug #83616)
2002-06-18 jacob berkman <jacob@ximian.com> * configure.in: * archiver/Makefile.am: * capplets/common/Makefile.am: * control-center/Makefile.am: * libbackground/Makefile.am: * libwindow-settings/Makefile.am: * root-manager/Makefile.am: fixup localedir to work with solaris gettext (fixes bug #83616)
Diffstat (limited to 'archiver')
-rw-r--r--archiver/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/archiver/Makefile.am b/archiver/Makefile.am
index 80d8717b7..bf35ee478 100644
--- a/archiver/Makefile.am
+++ b/archiver/Makefile.am
@@ -7,7 +7,7 @@ Locationmeta_DATA = default-user.xml default-global.xml
includedir = $(prefix)/include/config-archiver
INCLUDES = \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-I$(includedir) \
$(GNOME_INCLUDEDIR) \
-DVERSION=\""$(VERSION)"\" \