From 17c718c3497e1c2b36b7ba38454c39265b994c3d Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Sat, 26 Jun 2021 17:30:41 +0300 Subject: Removed legacy Makefiles Signed-off-by: Mavridis Philippe --- client/Makefile.am | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 client/Makefile.am (limited to 'client/Makefile.am') diff --git a/client/Makefile.am b/client/Makefile.am deleted file mode 100644 index e566ed1..0000000 --- a/client/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -AUTOMAKE_OPTIONS = foreign - -SUBDIRS = config - -KDE_CXXFLAGS = -DQT_PLUGIN - -INCLUDES = $(all_includes) -I$(kde_includes)/twin - -twindir = $(kde_datadir)/twin/ -twin_DATA = deKorator.desktop - -noinst_HEADERS = deKoratorclient.h shadow.h - -kde_module_LTLIBRARIES = twin3_deKorator.la -twin3_deKorator_la_SOURCES = deKoratorclient.cc shadow.cpp -twin3_deKorator_la_LIBADD = $(kde_libraries)/libtdecorations.la -twin3_deKorator_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) -ltdecore -twin3_deKorator_la_METASOURCES = AUTO - -DISTCLEANFILES = $(twin3_deKorator_la_METASOURCES) - -messages: - $(XGETTEXT) *.cpp -o $(podir)/twin_deKorator.po -- cgit v1.2.1