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.
13 lines
405 B
13 lines
405 B
# final breaks static use:
|
|
# If you feel like "fixing" it, better talk to mutz@kde.org first :)
|
|
KDE_OPTIONS = nofinal
|
|
|
|
INCLUDES = -I$(top_srcdir)/libksieve $(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libksieve_parser.la
|
|
|
|
libksieve_parser_la_SOURCES = utf8validator.cpp lexer.cpp parser.cpp
|
|
libksieve_parser_la_LIBADD = ../shared/libksieve_shared.la
|
|
libksieve_parser_la_LDFLAGS = $(all_libraries) -no-undefined
|
|
|