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
422 B
16 lines
422 B
INCLUDES= -I$(srcdir)/../.. -I$(srcdir)/.. $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = tdeio_sieve.la
|
|
|
|
tdeio_sieve_la_SOURCES = sieve.cpp
|
|
tdeio_sieve_la_LIBADD = $(LIB_TDEIO) $(SASL2_LIBS) $(LIB_QT) $(LIB_TDECORE)
|
|
tdeio_sieve_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
|
|
noinst_HEADERS = sieve.h
|
|
|
|
kdelnk_DATA = sieve.protocol
|
|
kdelnkdir = $(kde_servicesdir)
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp -o $(podir)/tdeio_sieve.pot
|