aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/Makefile.am
blob: 2012b00429b0ff0cf9caf7c89ec9d306beb9f0d6 (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

SUBDIRS =   \
    meeting-time-sel shortcut-bar e-table

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

noinst_LIBRARIES =              \
    libevolutionwidgets.a

libevolutionwidgets_a_SOURCES =         \
    e-cursors.c             \
    e-cursors.h             \
    e-minicard.c                \
    e-minicard.h                \
    e-minicard-label.c          \
    e-minicard-label.h          \
    e-text.c                \
    e-text.h                \
    e-text-event-processor.c        \
    e-text-event-processor.h        \
    e-text-event-processor-emacs-like.c \
    e-text-event-processor-emacs-like.h

noinst_PROGRAMS =   \
    minicard-label-test \
    minicard-test       \
    focus-test

minicard_label_test_SOURCES =   \
    test-minicard-label.c

minicard_label_test_LDADD = \
    $(EXTRA_GNOME_LIBS) \
    libevolutionwidgets.a   

minicard_test_SOURCES =     \
    test-minicard.c

minicard_test_LDADD =   \
    $(EXTRA_GNOME_LIBS) \
    libevolutionwidgets.a   

focus_test_SOURCES =    \
    test-focus.c

focus_test_LDADD =  \
    $(EXTRA_GNOME_LIBS)