summaryrefslogtreecommitdiffstats
path: root/libemailfunctions/Makefile.am
blob: 2d8fc3dfc3fa59d9c0baea990e89a04d235beb63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDES = $(all_includes) -I$(srcdir)/../libkmime/

noinst_LTLIBRARIES = libemailfunctions.la
libemailfunctions_la_SOURCES = email.cpp idmapper.cpp networkstatus.cpp networkstatus.skel
libemailfunctions_la_LDFLAGS = $(all_libraries) -no-undefined
## Since this is a noinst library, in case of --enable-closure we need
## to link it explicitly to the libraries that it uses.
libemailfunctions_la_LIBADD = ../libkmime/libkmime.la $(LIB_TQT) $(LIB_TDECORE)

emailfunctionsincludedir = $(includedir)/libemailfunctions
emailfunctionsinclude_HEADERS = idmapper.h

METASOURCES = AUTO

# No messages target. Those files are part of libtdepim.pot.

include $(top_srcdir)/admin/Doxyfile.am