blob: 51a0d7327b1fb481c273f6927371401460e47d2a (
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
|
## 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)
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 =
|