localedir = $(datadir)/locale
INCLUDES = -DLOCALEDIR=\"$(localedir)\" -DPKGDATADIR=\"$(pkgdatadir)\"

noinst_PROGRAMS = tasks-cli
tasks_cli_CPPFLAGS = -I$(top_srcdir)/
tasks_cli_CFLAGS = -Wall $(GTK_CFLAGS) $(ECAL_CFLAGS) $(SEXY_CFLAGS)
tasks_cli_LDADD = $(top_builddir)/libkoto/libkoto.a $(GTK_LIBS) $(ECAL_LIBS) $(SEXY_LIBS) 

tasks_cli_SOURCES = main.c 
