[gcalctool] Use correct locale dir



commit ca91e98b4e27bf66b386cf0f058e4861de73619c
Author: Robert Ancell <robert ancell gmail com>
Date:   Fri Dec 18 11:07:56 2009 +1100

    Use correct locale dir

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 7f16efc..605099f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@ INCLUDES = \
 	$(DISABLE_DEPRECATED) \
 	-DDATA_DIR=\""$(datadir)"\" \
 	-DUI_DIR=\""$(datadir)/gcalctool"\" \
-	-DLOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
+	-DLOCALE_DIR=\""$(localdir)"\" \
 	-DPIXMAP_DIR=\""$(prefix)/$(DATADIRNAME)/pixmaps"\" \
 	$(GCALCTOOL_CFLAGS) \
 	$(GNOME_UTILS_CFLAGS) \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]