aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/meeting-time-sel/Makefile.am
blob: efe9900dd899076b9d14fe80576c09eb9846d8a2 (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

INCLUDES =                  \
    $(GNOME_INCLUDEDIR)

noinst_LIBRARIES =              \
    libevolutionmtsel.a

libevolutionmtsel_a_SOURCES =           \
    e-meeting-time-sel.c            \
    e-meeting-time-sel.h            \
    e-meeting-time-sel-item.c       \
    e-meeting-time-sel-item.h       \
    e-meeting-time-sel-list-item.c      \
    e-meeting-time-sel-list-item.h

noinst_PROGRAMS =   \
    test-meeting-time-selector

test_meeting_time_selector_SOURCES =    \
    test-meeting-time-sel.c

test_meeting_time_selector_LDADD =  \
    libevolutionmtsel.a $(GNOMEUI_LIBS)

test_meeting_time_selector_LDFLAGS = $(GNOME_LIBDIR)

EXTRA_DIST =                \
    e-meeting-time-sel-mail.xpm \
    e-meeting-time-sel-no-mail.xpm