blob: 07f05d443bc8d7ddea582f5c2c5800ad9f0ef8f0 (
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
|
## Process this file with automake to produce Makefile.in
SUBDIRS =
libcamelmaildirincludedir = $(includedir)/camel
lib_LTLIBRARIES = libcamelmaildir.la
INCLUDES = -I.. -I$(srcdir)/.. -I$(top_srcdir)/intl -I$(top_srcdir)/camel \
$(GTK_INCLUDEDIR) -I$(includedir) \
-DG_LOG_DOMAIN=\"camel-maildir-provider\"
libcamelmaildir_la_SOURCES = \
camel-maildir-folder.c \
camel-maildir-provider.c \
camel-maildir-store.c
libcamelmaildirinclude_HEADERS = \
camel-maildir-folder.h \
camel-maildir-store.h
libcamelmaildir_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir)
EXTRA_DIST =
|