aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/util/Makefile.am
blob: 51b6e7fc28aa53496da45fe67c614e8a186258ed (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
INCLUDES =                      \
    -DPREFIX=\"$(prefix)\"              \
    -DSYSCONFDIR=\"$(sysconfdir)\"          \
    -DDATADIR=\"$(datadir)\"            \
    -DLIBDIR=\"$(libdir)\"              \
    -DG_LOG_DOMAIN=\"EBook\"            \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/camel               \
    -I$(top_srcdir)/addressbook/backend     \
    -I$(top_srcdir)/addressbook/ename       \
    -I$(top_builddir)/addressbook/backend       \
    -I$(top_builddir)/addressbook/ename     \
    -I$(top_builddir)/shell             \
    -I$(top_srcdir)/shell               \
    -DG_DISABLE_DEPRECATED              \
    -DLIBGNOME_DISABLE_DEPRECATED           \
        $(EVOLUTION_ADDRESSBOOK_CFLAGS)

noinst_LTLIBRARIES = libeabutil.la

libeabutil_la_SOURCES =                 \
    eab-marshal.c                   \
    eab-destination.c               \
    eab-destination.h               \
    eab-book-util.c                 \
    eab-book-util.h

libeabutil_la_LIBADD =                        \
    $(top_builddir)/addressbook/backend/ebook/libebook.la \
    $(top_builddir)/camel/libcamel.la             \
    $(top_builddir)/e-util/ename/libename.la          \
    $(top_builddir)/e-util/libeutil.la

MARSHAL_GENERATED = eab-marshal.c eab-marshal.h
@EVO_MARSHAL_RULE@

BUILT_SOURCES = $(MARSHAL_GENERATED)
CLEANFILES    = $(BUILT_SOURCES)

dist-hook:
    cd $(distdir); rm -f $(BUILT_SOURCES)