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

SUBDIRS = 

libcamelcacheincludedir = $(includedir)/camel

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

provider_LTLIBRARIES = libcamelcache.la
provider_DATA = libcamelcache.urls

INCLUDES =                  \
    -I..                    \
    -I$(srcdir)/..              \
    -I$(srcdir)/../../..            \
        -I$(includedir)             \
    -I$(top_srcdir)/intl            \
    $(GTK_INCLUDEDIR)           \
    -I$(top_srcdir)/camel           \
    -DG_LOG_DOMAIN=\"camel-cache-provider\"

libcamelcache_la_SOURCES =          \
    camel-cache-folder.c            \
    camel-cache-provider.c          \
    camel-cache-store.c         \
    camel-cache-map.c

libcamelcacheinclude_HEADERS =          \
    camel-cache-folder.h            \
    camel-cache-store.h


libcamelcache_la_LDFLAGS = -version-info 0:0:0

EXTRA_DIST = libcamelcache.urls