aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
blob: 2dd8b03e7619cb04b1bef119dfec37ffdc0842d9 (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
if OS_WIN32
else
PLATFORM_DEP_TOOLS = \
    killev
endif

privlibexec_PROGRAMS =      \
    $(PLATFORM_DEP_TOOLS)

INCLUDES =                      \
    -DG_LOG_DOMAIN=\"evolution-tools\"      \
    -I$(top_srcdir)                 \
    -I$(top_builddir)               \
    -DEVOLUTION_LOCALEDIR=\""$(localedir)"\"    \
    -DPREFIX=\""$(prefix)"\"            \
    -DSYSCONFDIR=\""$(sysconfdir)"\"        \
    -DDATADIR=\""$(datadir)"\"          \
    -DLIBDIR=\""$(libdir)"\"            \
    $(GNOME_PLATFORM_CFLAGS)

EXTRA_DIST = verify-evolution-install.sh

killev_SOURCES =                        \
    killev.c

killev_LDADD =                          \
    $(top_builddir)/widgets/misc/libemiscwidgets.la     \
    $(top_builddir)/e-util/libeutil.la          \
    $(E_UTIL_LIBS)

CLEANFILES = evolution-addressbook-clean $(BUILT_SOURCES)