aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/Makefile.am
blob: 798ed16228d378d8731f72f8c628c6f4b9b031fc (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# FIXME we use the EClippedLabel widget from EShortcutBar.  Probably
# it should be moved somewhere else.

INCLUDES =                  \
    -I$(top_srcdir)             \
    -I$(top_srcdir)/widgets/shortcut-bar    \
    $(EXTRA_GNOME_CFLAGS)           \
    -DMAP_DIR=\""$(datadir)/images/evolution"\" \
    -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"      \
    -DG_LOG_DOMAIN=__FILE__

noinst_LIBRARIES =  \
    libemiscwidgets.a

libemiscwidgets_a_SOURCES =     \
    e-bonobo-widget.c   \
    e-bonobo-widget.h   \
    e-calendar.c        \
    e-calendar.h        \
    e-calendar-item.c   \
    e-calendar-item.h   \
    e-cell-date-edit.c  \
    e-cell-date-edit.h  \
    e-charset-picker.c  \
    e-charset-picker.h  \
    e-clipped-label.c   \
    e-clipped-label.h   \
    e-dateedit.c        \
    e-dateedit.h        \
    e-dropdown-button.c \
    e-dropdown-button.h \
    e-filter-bar.c      \
    e-filter-bar.h      \
    e-map.c         \
    e-map.h         \
    e-messagebox.c      \
    e-messagebox.h      \
    e-search-bar.c      \
    e-search-bar.h      \
    e-title-bar.c       \
    e-title-bar.h

noinst_PROGRAMS =       \
    test-calendar       \
    test-dateedit       \
    test-dropdown-button    \
    test-title-bar

# test-calendar

test_calendar_SOURCES =     \
    test-calendar.c

test_calendar_LDADD =                       \
    ./libemiscwidgets.a                 \
    ../../e-util/libeutil.la                \
    $(EXTRA_GNOME_LIBS)

# test-dateedit

test_dateedit_SOURCES =     \
    test-dateedit.c

test_dateedit_LDADD =                       \
    ./libemiscwidgets.a                 \
    ../../e-util/libeutil.la                \
    $(EXTRA_GNOME_LIBS)

# test-dropdown-button

test_dropdown_button_SOURCES =  \
    test-dropdown-button.c

test_dropdown_button_LDADD =    \
    ./libemiscwidgets.a \
    $(EXTRA_GNOME_LIBS)

# test-title-bar

test_title_bar_SOURCES =    \
    test-title-bar.c

test_title_bar_LDADD =                      \
    ./libemiscwidgets.a                 \
    $(EXTRA_GNOME_LIBS)