You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
433 B
18 lines
433 B
INCLUDES= -I$(srcdir)/../.. -I$(srcdir)/.. $(SSL_INCLUDES) $(all_includes)
|
|
|
|
####### Files
|
|
|
|
kde_module_LTLIBRARIES = tdeio_pop3.la
|
|
|
|
tdeio_pop3_la_SOURCES = pop3.cc
|
|
tdeio_pop3_la_LIBADD = $(LIB_TDEIO) $(SASL2_LIBS)
|
|
tdeio_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)/tdeio_pop3.pot
|