aboutsummaryrefslogblamecommitdiffstats
path: root/src/Makefile.am
blob: 48e1c8b192597fb7353fd8453adc9cd4b9e69bb2 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                    




                                                                      
                                                       

                                                                   
                                                     
                             
                  


                                         

                      
#	$calcurse: Makefile.am,v 1.4 2007/07/21 19:29:36 culot Exp $

AUTOMAKE_OPTIONS= gnu 
bin_PROGRAMS= calcurse
calcurse_SOURCES= calcurse.c apoint.c event.c todo.c utils.c\
			calendar.c vars.c io.c help.c custom.c args.c\
			day.c recur.c notify.c wins.c \
			apoint.h event.h todo.h utils.h calendar.h\
			vars.h io.h help.h custom.h args.h i18n.h\
			day.h recur.h notify.h wins.h
LIBS= -lncurses -lpthread -lm
LDADD= @LTLIBINTL@
datadir= @datadir@
localedir= $(datadir)/locale
DEFS= -DLOCALEDIR=\"$(localedir)\" @DEFS@
man_MANS= calcurse.1
EXTRA_DIST= calcurse.1