blob: 03ce041044dcf8a8f5f866feef78916a1af9b015 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
INCLUDES= -I$(srcdir)/../.. -I$(srcdir)/.. $(SSL_INCLUDES) $(all_includes)
####### Files
kde_module_LTLIBRARIES = kio_pop3.la
kio_pop3_la_SOURCES = pop3.cc
kio_pop3_la_LIBADD = $(LIB_KIO) $(SASL2_LIBS)
kio_pop3_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
noinst_HEADERS = pop3.h
kdelnk_DATA = pop3.protocol pop3s.protocol
kdelnkdir = $(kde_servicesdir)
messages:
$(XGETTEXT) *.cc -o $(podir)/kio_pop3.pot
|