From 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- certmanager/Makefile.am | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 certmanager/Makefile.am (limited to 'certmanager/Makefile.am') diff --git a/certmanager/Makefile.am b/certmanager/Makefile.am new file mode 100644 index 000000000..f86b7bc7b --- /dev/null +++ b/certmanager/Makefile.am @@ -0,0 +1,32 @@ +SUBDIRS = lib conf kwatchgnupg . + +KDE_CXXFLAGS = -DLIBKLEOPATRA_NO_COMPAT + +INCLUDES = -I$(srcdir)/lib -I$(top_srcdir)/libkdenetwork $(GPGME_CFLAGS) $(all_includes) + +bin_PROGRAMS = kleopatra + +kleopatra_SOURCES = \ + customactions.cpp \ + aboutdata.cpp \ + main.cpp certmanager.cpp \ + hierarchyanalyser.cpp \ + certificatewizard.ui certificatewizardimpl.cpp \ + certificateinfowidget.ui certificateinfowidgetimpl.cpp \ + crlview.cpp storedtransferjob.cpp certlistview.cpp + +METASOURCES = AUTO + +kleopatra_LDFLAGS = $(all_libraries) $(KDE_RPATH) +kleopatra_LDADD = conf/libconf.la lib/libkleopatra.la $(LIB_KUTILS) $(LIB_KABC) + +rcdir = $(kde_datadir)/kleopatra +rc_DATA = kleopatraui.rc + +xdg_apps_DATA = kleopatra_import.desktop + +messages: rc.cpp + $(EXTRACTRC) conf/*.ui >> rc.cpp + $(XGETTEXT) conf/*.cpp *.cpp *.h -o $(podir)/kleopatra.pot + +include $(top_srcdir)/admin/Doxyfile.am -- cgit v1.2.1