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

noinst_LTLIBRARIES = libemailfunctions.la
libemailfunctions_la_SOURCES = email.cpp idmapper.cpp kasciistricmp.cpp \
	kasciistringtools.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