claws-mail/src/common/Makefile.am

89 lines
1.5 KiB
Makefile

PLUGINDIR = $(pkglibdir)/plugins/
noinst_LTLIBRARIES = libsylpheedcommon.la
if PLATFORM_WIN32
arch_sources = fnmatch.c \
w32_dirent.c w32_reg.c w32_signal.c w32_stat.c \
w32_stdio.c w32_stdlib.c w32_string.c w32_time.c \
w32_unistd.c w32_wait.c
arch_headers = fnmatch.h w32lib.h
else
arch_files =
arch_header =
endif
libsylpheedcommon_la_SOURCES = $(arch_sources) \
base64.c \
hooks.c \
log.c \
md5.c \
mgutils.c \
nntp.c \
passcrypt.c \
plugin.c \
prefs.c \
progressindicator.c \
quoted-printable.c \
session.c \
smtp.c \
socket.c \
ssl.c \
ssl_certificate.c \
string_match.c \
stringtable.c \
sylpheed.c \
template.c \
utils.c \
uuencode.c \
xml.c \
xmlprops.c
sylpheedcommonincludedir = $(pkgincludedir)/common
sylpheedcommoninclude_HEADERS = $(arch_headers) \
base64.h \
defs.h \
hooks.h \
log.h \
md5.h \
mgutils.h \
nntp.h \
passcrypt.h \
plugin.h \
prefs.h \
progressindicator.h \
quoted-printable.h \
session.h \
smtp.h \
socket.h \
ssl_certificate.h \
ssl.h \
string_match.h \
stringtable.h \
sylpheed.h \
template.h \
timing.h \
utils.h \
uuencode.h \
version.h \
xml.h \
xmlprops.h
INCLUDES = \
-I$(top_srcdir)/intl
AM_CPPFLAGS = \
$(GLIB_CFLAGS) \
$(OPENSSL_CFLAGS) \
-DLOCALEDIR=\""$(localedir)"\" \
-DPLUGINDIR=\"$(PLUGINDIR)\"
libsylpheedcommon_la_LIBADD = \
$(GLIB_LIBS) \
$(OPENSSL_LIBS) \
$(CRYPT_LIBS) \
$(PTHREAD_LIBS)
EXTRA_DIST = \
version.h.in fnmatch_loop.c