~ubuntu-branches/debian/squeeze/tasks/squeeze

« back to all changes in this revision

Viewing changes to libkoto/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2008-09-29 10:24:11 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080929102411-vv4quqpp2m0ppl3q
Tags: 0.14-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
        ical-util.h ical-util.c \
14
14
        koto-task.h koto-task.c \
15
15
        koto-hint-entry.h koto-hint-entry.c \
 
16
        koto-date-parser.h koto-date-parser.c \
16
17
        koto-field-editor-factory.h koto-field-editor-factory.c \
17
18
        koto-task-editor.h koto-task-editor.c \
18
19
        koto-task-editor-dialog.h koto-task-editor-dialog.c \
19
20
        koto-task-store.h koto-task-store.c \
20
 
        koto-task-summary.h koto-task-summary.c \
21
21
        koto-task-view.h koto-task-view.c \
22
22
        koto-group.h koto-group.c \
23
23
        koto-all-group.h koto-all-group.c \
39
39
        koto-platform.h
40
40
 
41
41
 
42
 
TESTS = test-group-store test-ical-util
43
 
check_PROGRAMS = test-group-store test-ical-util
 
42
TESTS = test-group-store test-ical-util test-date-parser
 
43
check_PROGRAMS = test-group-store test-ical-util test-date-parser
44
44
 
45
45
test_group_store_SOURCES = test-koto-group-store.c koto-group-store.c koto-category-group.c koto-group.c ical-util.c
46
46
 
47
47
test_ical_util_SOURCES = test-ical-util.c ical-util.c
 
48
 
 
49
test_date_parser_SOURCES = koto-date-parser.c
 
50
test_date_parser_CPPFLAGS = $(AM_CPPFLAGS) -DBUILD_TESTS=1