moved LOCALEDIR definition from configure.ac to src/Makefile.am

This commit is contained in:
Frederic Culot
2006-09-22 13:11:35 +00:00
parent ef0192d457
commit ef8432c301
2 changed files with 5 additions and 6 deletions

View File

@@ -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