aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/Makefile.am
blob: 35d1bc64a40d6aac04c3cfb57efa256b2f2d4c94 (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
guidir = $(datadir)/evolution/gui

gui_DATA =                  \
    e-msg-composer-attachment.glade     \
    e-msg-composer.glade

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

CPPFLAGS =                  \
    -DE_GUIDIR=\"$(guidir)\"

noinst_LTLIBRARIES =                \
    libevolutionwidgets.la

libevolutionwidgets_la_SOURCES =        \
    e-msg-composer-address-entry.c      \
    e-msg-composer-address-entry.h      \
    e-msg-composer-attachment-bar.c     \
    e-msg-composer-attachment-bar.h     \
    e-msg-composer-attachment.c     \
    e-msg-composer-attachment.h     \
    e-msg-composer-hdrs.c           \
    e-msg-composer-hdrs.h           \
    e-msg-composer.c            \
    e-msg-composer.h