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.
16 lines
385 B
16 lines
385 B
15 years ago
|
INCLUDES= -I$(srcdir)/../.. -I$(srcdir)/.. $(all_includes)
|
||
|
|
||
|
kde_module_LTLIBRARIES = kio_sieve.la
|
||
|
|
||
|
kio_sieve_la_SOURCES = sieve.cpp
|
||
|
kio_sieve_la_LIBADD = $(LIB_KIO) $(SASL2_LIBS)
|
||
|
kio_sieve_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||
|
|
||
|
noinst_HEADERS = sieve.h
|
||
|
|
||
|
kdelnk_DATA = sieve.protocol
|
||
|
kdelnkdir = $(kde_servicesdir)
|
||
|
|
||
|
messages:
|
||
|
$(XGETTEXT) *.cpp -o $(podir)/kio_sieve.pot
|