aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/Makefile.am
blob: 73bd54ee2ce49797ed0ec412bbac1982cb02ce4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65

SUBDIRS =
    meeting-time-sel

INCLUDES =                  \
    -I$(top_srcdir)/camel           \
    -I$(top_builddir)/camel         \
    $(GNOME_INCLUDEDIR)

noinst_LIBRARIES =              \
    libevolutionwidgets.a

libevolutionwidgets_a_SOURCES =         \
    e-cell.c                \
    e-cell.h                \
    e-cell-checkbox.c           \
    e-cell-checkbox.h           \
    e-cell-text.c               \
    e-cell-text.h               \
    e-cell-toggle.c             \
    e-cell-toggle.h             \
    e-cursors.c             \
    e-cursors.h             \
    e-table.c               \
    e-table.h               \
    e-table-col.c               \
    e-table-col.h               \
    e-table-group.c             \
    e-table-group.h             \
    e-table-header.c            \
    e-table-header.h            \
    e-table-header-item.c           \
    e-table-header-item.h           \
    e-table-item.c              \
    e-table-item.h              \
    e-table-model.c             \
    e-table-model.h             \
    e-table-simple.c            \
    e-table-simple.h            \
    e-table-sorted.c            \
    e-table-sorted.h            \
    e-table-subset.c            \
    e-table-subset.h

noinst_PROGRAMS =   \
    table-test

table_test_SOURCES =    \
    test-table.c    \
    test-check.c    \
    test-cols.c \
    table-test.c 

table_test_LDADD =      \
    $(EXTRA_GNOME_LIBS) \
    libevolutionwidgets.a   

table_test_LDFLAGS = `gnome-config --libs gdk_pixbuf`

EXTRA_DIST =            \
    sample.table        \
    add-col.xpm     \
    check-empty.xpm     \
    check-filled.xpm    \
    remove-col.xpm