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
335 B
13 lines
335 B
INCLUDES = -I$(top_srcdir)/libtdenetwork \
|
|
-I$(top_srcdir)/certmanager/lib \
|
|
-I$(top_srcdir)/libkpgp \
|
|
$(GPGME_CFLAGS) $(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libkleopatra_backend_kpgp.la
|
|
|
|
libkleopatra_backend_kpgp_la_SOURCES = \
|
|
kpgpbackendbase.cpp kpgpwrapper.cpp \
|
|
kpgpkeylistjob.cpp
|
|
|
|
METASOURCES = AUTO
|