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.
43 lines
980 B
43 lines
980 B
|
|
INCLUDES = -I$(top_srcdir)/libtdenetwork \
|
|
-I$(top_srcdir)/libkpgp \
|
|
-I$(top_srcdir)/certmanager/lib \
|
|
$(GPGME_CFLAGS) $(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libkleopatra_ui.la
|
|
|
|
libkleopatra_ui_la_SOURCES = \
|
|
kdhorizontalline.cpp \
|
|
messagebox.cpp \
|
|
progressbar.cpp \
|
|
progressdialog.cpp \
|
|
keylistview.cpp \
|
|
keyselectiondialog.cpp \
|
|
keyrequester.cpp \
|
|
passphrasedialog.cpp \
|
|
keyapprovaldialog.cpp \
|
|
backendconfigwidget.cpp \
|
|
dnattributeorderconfigwidget.cpp \
|
|
cryptoconfigmodule.cpp \
|
|
cryptoconfigdialog.cpp \
|
|
directoryserviceswidgetbase.ui \
|
|
directoryserviceswidget.cpp \
|
|
adddirectoryservicedialog.ui \
|
|
adddirectoryservicedialogimpl.cpp
|
|
|
|
kleodir = $(includedir)/kleo
|
|
kleo_HEADERS = \
|
|
kdhorizontalline.h \
|
|
messagebox.h \
|
|
progressbar.h \
|
|
progressdialog.h \
|
|
keylistview.h \
|
|
keyselectiondialog.h \
|
|
keyrequester.h \
|
|
passphrasedialog.h \
|
|
keyapprovaldialog.h \
|
|
backendconfigwidget.h \
|
|
dnattributeorderconfigwidget.h
|
|
|
|
METASOURCES = AUTO
|