aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/mbox/Makefile.am
blob: 073d9830de489a6e105d83288fab389982d70439 (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
## Process this file with automake to produce Makefile.in

libcamelmboxincludedir = $(includedir)/camel


providerdir = $(pkglibdir)/camel-providers/$(VERSION)

provider_LTLIBRARIES = libcamelmbox.la
provider_DATA = libcamelmbox.urls

INCLUDES = -I.. \
    -I$(srcdir)/..              \
    -I$(top_srcdir)/camel           \
    -I$(top_srcdir)/intl            \
    -I$(top_srcdir)/libibex         \
    -I$(top_srcdir)/e-util          \
    -I$(top_srcdir)             \
    -I$(includedir)             \
    $(GTK_INCLUDEDIR)           \
    -DG_LOG_DOMAIN=\"camel-mbox-provider\"  

libcamelmbox_la_SOURCES =           \
    camel-mbox-folder.c         \
    camel-mbox-provider.c           \
    camel-mbox-store.c          \
    camel-mbox-summary.c

libcamelmboxinclude_HEADERS =           \
    camel-mbox-folder.h         \
    camel-mbox-store.h          \
    camel-mbox-summary.h

libcamelmbox_la_LDFLAGS = -version-info 0:0:0

libcamelmbox_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS)
#libcamelmbox_la_LIBADD = $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS)

EXTRA_DIST = libcamelmbox.urls