aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/idl/Makefile.am
blob: 0856a0cdf36d5bf8863fb6d119dcf08f9b281044 (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
INCLUDES = \
    -I$(top_srcdir)/widgets             \
    -I$(top_srcdir)/widgets/e-text          \
    -I$(top_srcdir)                 \
    -I$(top_builddir)/shell             \
    -I$(top_srcdir)/shell               \
    $(GNOME_VFS_CFLAGS)             \
    $(UNICODE_CFLAGS)               \
    $(GTKHTML_CFLAGS)               \
    -DEVOLUTION_VERSION=\""$(VERSION)"\"        \
    -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"      \
    -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\"      \
    -DEVOLUTION_LOCALEDIR=\""$(localedir)"\"    \
    -DEVOLUTION_DATADIR=\""$(datadir)"\"            \
    -DG_LOG_DOMAIN=\"evolution-executive-summary\"

EXTRA_DIST = $(IDLS)

IDLS =                  \
    Executive-Summary.idl       \
    HtmlView.idl                    \
    Summary.idl         \
    SummaryComponent.idl