# don't change the order of this one. it breaks when openssl is in /usr/include # and the distro's KDE is there too, but the current "devel" KDE prefix is # somewhere else. Another option for the future (needs testing) would be to # change SSL_INCLUDES to .../include/openssl and make the source use #include # instead of #include INCLUDES=-I$(top_srcdir)/tdecore/network -I$(top_srcdir)/tdewallet/client $(all_includes) $(SSL_INCLUDES) noinst_LTLIBRARIES = libkssl.la KSSLVERSION= 3.0.0 KSSLPATCH= 0 METASOURCES= AUTO include_HEADERS = \ kssl.h \ ksslcertificatehome.h \ ksslsettings.h \ ksslcertificate.h \ ksslconnectioninfo.h \ ksslcertificatefactory.h \ ksslcertificatecache.h \ ksslpeerinfo.h \ ksslinfodlg.h \ ksslcertdlg.h \ ksslutils.h \ kopenssl.h \ ksslall.h \ ksslpkcs12.h \ ksslcertchain.h \ ksslkeygen.h \ ksslx509v3.h \ ksslsigners.h \ ksslpkcs7.h \ ksslpemcallback.h \ ksslconfig.h \ ksslsession.h \ ksslx509map.h \ ksmimecrypto.h noinst_HEADERS = ksslcsessioncache.h libkssl_la_SOURCES = \ kssl.cc \ ksslcertificatehome.cc \ ksslsettings.cc \ ksslcertificate.cc \ ksslconnectioninfo.cc \ ksslcertificatefactory.cc \ ksslcertificatecache.cc \ ksslpeerinfo.cc \ ksslinfodlg.cc \ ksslcertdlg.cc \ ksslutils.cc \ kopenssl.cc \ ksslpkcs12.cc \ ksslcertchain.cc \ ksslkeygen.cc \ ksslx509v3.cc \ ksslsigners.cc \ ksslpkcs7.cc \ ksslpemcallback.cc \ ksslx509map.cc \ ksslsession.cc \ keygenwizard.ui \ keygenwizard2.ui \ ksmimecrypto.cc \ ksslcsessioncache.cc SUBDIRS = kssl include $(top_srcdir)/admin/Doxyfile.am