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/display/glassdisplay/Makefile.am | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 katapult/plugins/display/glassdisplay/Makefile.am (limited to 'katapult/plugins/display/glassdisplay/Makefile.am') diff --git a/katapult/plugins/display/glassdisplay/Makefile.am b/katapult/plugins/display/glassdisplay/Makefile.am deleted file mode 100644 index e26a971..0000000 --- a/katapult/plugins/display/glassdisplay/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -# set the include path for X, qt and KDE -INCLUDES = -I$(top_srcdir)/katapult/common $(all_includes) - -# header files -noinst_HEADERS = glassdisplay.h - -# use automoc -METASOURCES = AUTO - -# our plugin -kde_module_LTLIBRARIES = katapult_glassdisplay.la -katapult_glassdisplay_la_SOURCES = glassdisplay.cpp -katapult_glassdisplay_la_LDFLAGS = -module $(KDE_RPATH) $(KDE_PLUGIN) $(all_libraries) -katapult_glassdisplay_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(top_builddir)/katapult/common/libkatapult.la -kde_services_DATA = katapult_glassdisplay.desktop -- cgit v1.2.1