Work in progress. Missing files
[platform/upstream/evolution-data-server.git] / camel / providers / mbox / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 SUBDIRS = 
4
5 libcamelmboxincludedir = $(includedir)/camel
6
7
8 lib_LTLIBRARIES = libcamelmbox.la
9
10 INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir)  \
11         -I$(top_srcdir)/intl                    \
12         $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel
13
14 libcamelmbox_la_SOURCES =                       \
15         camel-mbox-folder.c                     \
16         camel-mbox-store.c                      
17
18 libcamelmboxinclude_HEADERS =                   \
19         camel-mbox-folder.h                     \
20         camel-mbox-store.h
21
22
23 libcamelmbox_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir)
24
25
26 EXTRA_DIST =