blob: c587983ffc26659fd647030d8921670cc3ff0a86 (
plain) (
tree)
|
|
## Process this file with automake to produce Makefile.in
SUBDIRS =
libcamelpop3includedir = $(includedir)/camel
providerdir = $(pkglibdir)/camel-providers/$(VERSION)
provider_LTLIBRARIES = libcamelpop3.la
INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \
-I$(top_srcdir)/intl \
$(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \
-I$(srcdir)/../mbox
libcamelpop3_la_SOURCES = \
camel-pop3-folder.c \
camel-pop3-provider.c \
camel-pop3-store.c
libcamelpop3include_HEADERS = \
camel-pop3-folder.h \
camel-pop3-store.h
libcamelpop3_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir)
EXTRA_DIST =
|