From 5761a761b19e0d2b312d9630d205ad210c83af7d Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 2 Oct 2019 15:57:11 +0200 Subject: Drop automake build support. Deleted empty files NEWS and TODO. Moved katapult/COPYING-DOCS to the root package. Add short description in README. --- katapult/plugins/catalogs/execcatalog/Makefile.am | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 katapult/plugins/catalogs/execcatalog/Makefile.am (limited to 'katapult/plugins/catalogs/execcatalog/Makefile.am') diff --git a/katapult/plugins/catalogs/execcatalog/Makefile.am b/katapult/plugins/catalogs/execcatalog/Makefile.am deleted file mode 100644 index acfcf86..0000000 --- a/katapult/plugins/catalogs/execcatalog/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright (C) 2007 Martin Meredith -# Copyright (C) 2006 Jonathan Riddell - -# set the include path for X, qt and KDE -INCLUDES = -I$(top_srcdir)/katapult/common $(all_includes) - -# header files -noinst_HEADERS = actionrun.h execcatalog.h command.h - -# use automoc -METASOURCES = AUTO - -KDE_ICON = AUTO - -# our plugin -kde_module_LTLIBRARIES = katapult_execcatalog.la -katapult_execcatalog_la_SOURCES = settings.ui execcatalog.cpp command.cpp actionrun.cpp -katapult_execcatalog_la_LDFLAGS = -module $(KDE_RPATH) $(KDE_PLUGIN) $(all_libraries) -katapult_execcatalog_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(top_builddir)/katapult/common/libkatapult.la -kde_services_DATA = katapult_execcatalog.desktop -- cgit v1.2.3