claws-mail/src/common/Makefile.am
Christoph Hohmann 52c0848f66 0.9.4claws1
* .cvsignore
* Makefile.am
* configure.ac
* sylpheed-claws.pc.in                  ** NEW **
* src/Makefile.am
* src/common/Makefile.am
* src/gtk/Makefile.am
        install sylpheed header files in $(pkgincludedir) and create a
        pkg-config file to allow building a plugin without the source
        package
2003-08-04 15:43:46 +00:00

68 lines
996 B
Makefile

noinst_LTLIBRARIES = libsylpheedcommon.la
libsylpheedcommon_la_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 \
stringtable.c \
sylpheed.c \
template.c \
utils.c \
uuencode.c \
xml.c \
xmlprops.c
sylpheedcommonincludedir = $(pkgincludedir)/common
sylpheedcommoninclude_HEADERS = \
base64.h \
defs.h \
hooks.h \
intl.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 \
stringtable.h \
sylpheed.h \
template.h \
utils.h \
uuencode.h \
version.h \
xml.h \
xmlprops.h
AM_CPPFLAGS = \
$(GLIB_CFLAGS) \
$(OPENSSL_CFLAGS) \
-DLOCALEDIR=\""$(localedir)"\"
libsylpheedcommon_la_LIBADD = \
$(GLIB_LIBS) \
$(OPENSSL_LIBS) \
-lcrypt
EXTRA_DIST = \
version.h.in