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.
17 lines
563 B
17 lines
563 B
15 years ago
|
INCLUDES = -I$(top_srcdir)/certmanager/lib -I$(top_srcdir)/libkdenetwork $(GPGME_CFLAGS) $(all_includes)
|
||
|
|
||
|
KDE_CXXFLAGS = '-DGPG_ERR_SOURCE_DEFAULT=((gpg_err_source_t)176)'
|
||
|
|
||
|
noinst_LTLIBRARIES = libkleopatra_backend_chiasmus.la
|
||
|
|
||
|
libkleopatra_backend_chiasmus_la_SOURCES = \
|
||
|
config_data.c \
|
||
|
obtainkeysjob.cpp \
|
||
|
symcryptrunprocessbase.cpp \
|
||
|
chiasmusjob.cpp \
|
||
|
chiasmuslibrary.cpp \
|
||
|
chiasmusbackend.cpp
|
||
|
|
||
|
|
||
|
METASOURCES = AUTO
|