From ef8432c301409567ca5f0ad94a920f01efd99a96 Mon Sep 17 00:00:00 2001
From: Frederic Culot <calcurse@culot.org>
Date: Fri, 22 Sep 2006 13:11:35 +0000
Subject: moved LOCALEDIR definition from configure.ac to src/Makefile.am

---
 src/Makefile.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/Makefile.am b/src/Makefile.am
index 779aaca..faadcd6 100755
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-#	$calcurse: Makefile.am,v 1.2 2006/09/09 20:04:23 culot Exp $
+#	$calcurse: Makefile.am,v 1.3 2006/09/22 13:12:06 culot Exp $
 
 AUTOMAKE_OPTIONS= gnu 
 bin_PROGRAMS= calcurse
@@ -10,5 +10,8 @@ calcurse_SOURCES= calcurse.c apoint.c event.c todo.c utils.c\
 			day.h recur.h notify.h
 LIBS= -lncurses -lpthread -lm
 LDADD= @LTLIBINTL@
+datadir= @datadir@
+localedir= $(datadir)/locale
+DEFS= -DLOCALEDIR=\"$(localedir)\" @DEFS@
 man_MANS= calcurse.1
 EXTRA_DIST= calcurse.1
-- 
cgit v1.2.3-70-g09d2