aboutsummaryrefslogblamecommitdiffstats
path: root/src/Makefile.am
blob: 3f2c1b5bdec8e653f5abf49793005bc1fa359be3 (plain) (tree)
1
2
3
4
5
                                                                    

                      
 
                      


















                                                         
                  
 
                  
 
                            
 
                                         
#	$calcurse: Makefile.am,v 1.6 2007/07/28 15:04:52 culot Exp $

AUTOMAKE_OPTIONS= gnu 

bin_PROGRAMS= calcurse

calcurse_SOURCES= 					\
	calcurse.c i18n.h				\
	apoint.c apoint.h				\
	args.c args.h					\
	calendar.c calendar.h				\
	custom.c custom.h				\
	day.c day.h					\
	event.c event.h					\
	help.c help.h					\
	io.c io.h					\
	notify.c notify.h				\
	recur.c recur.h					\
	sigs.c sigs.h					\
	todo.c todo.h					\
	utils.c utils.h					\
	vars.c vars.h					\
	wins.c wins.h	

LDADD= @LTLIBINTL@

datadir= @datadir@

localedir= $(datadir)/locale

DEFS= -DLOCALEDIR=\"$(localedir)\" @DEFS@