diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-11-19 15:34:21 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-11-22 11:59:10 +0800 |
commit | 43dcc7c7e53fb20eee883ecb8837f9c7cd43899d (patch) | |
tree | 874bd1313d9444c0aa661db4d2f3952a2a1d946e /kontact_plugin/Makefile.am | |
parent | 55522e2e3f762f435a97cf3bfc4d83df27be1002 (diff) | |
download | basket-43dcc7c7e53fb20eee883ecb8837f9c7cd43899d.tar.gz basket-43dcc7c7e53fb20eee883ecb8837f9c7cd43899d.zip |
Drop automake build support.
Add basic cmake build instructions.
Delete empty files ChangeLog, NEWS and TODO.
Rework of the README file.
Update some cmake files with latest macros.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 039945bdcc926c6460cfb2c4372f370744b16d22)
Diffstat (limited to 'kontact_plugin/Makefile.am')
-rw-r--r-- | kontact_plugin/Makefile.am | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/kontact_plugin/Makefile.am b/kontact_plugin/Makefile.am deleted file mode 100644 index fc097fe..0000000 --- a/kontact_plugin/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src -I$(top_srcdir) $(all_includes) -I$(kde_includes)/tde - -kde_module_LTLIBRARIES = libkontact_basket.la -libkontact_basket_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkontact_basket_la_LIBADD = -lkpinterfaces $(LIB_QT) -lDCOP -ltdecore -ltdeui - -noinst_HEADERS = basket_plugin.h uniqueapphandler.h -libkontact_basket_la_SOURCES = basket_plugin.cpp uniqueapphandler.cpp basketdcopiface.stub - -METASOURCES = AUTO - -basketdcopiface_DIR = $(top_srcdir)/src - -servicedir = $(kde_servicesdir)/kontact -service_DATA = basket.desktop basket_v4.desktop - -basketsetdlgdir = $(kde_datadir)/kontact/ksettingsdialog -basketsetdlg_DATA = kontact_basketplugin.setdlg |