summaryrefslogtreecommitdiffstats
path: root/client/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-10-17 19:58:20 +0900
committerMichele Calgaro <[email protected]>2023-10-17 19:58:20 +0900
commit5f9ef32111bd25b29f3996dd31d3dd52d39bac74 (patch)
treec9320687ffec4c6b7d41a5d24311aca576644a6a /client/Makefile.am
parent0eec68a32197fcf878eabe4434badcf73e2d4741 (diff)
downloadtwin-style-fahrenheit-5f9ef32111bd25b29f3996dd31d3dd52d39bac74.tar.gz
twin-style-fahrenheit-5f9ef32111bd25b29f3996dd31d3dd52d39bac74.zip
Remove automake files
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'client/Makefile.am')
-rw-r--r--client/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
deleted file mode 100644
index c742a27..0000000
--- a/client/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-AUTOMAKE_OPTIONS = foreign
-
-SUBDIRS = pics
-
-KDE_CXXFLAGS = -DQT_PLUGIN
-
-INCLUDES = $(all_includes) -I$(kde_includes)/kwin
-
-kwindir = $(kde_datadir)/kwin/
-kwin_DATA = fahrenheit.desktop
-
-noinst_HEADERS = fahrenheitclient.h
-
-kde_module_LTLIBRARIES = kwin3_fahrenheit.la
-kwin3_fahrenheit_la_SOURCES = fahrenheitclient.cc
-kwin3_fahrenheit_la_LIBADD = $(kde_libraries)/libkdecorations.la
-kwin3_fahrenheit_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -lkdecore -module
-kwin3_fahrenheit_la_METASOURCES = AUTO
-
-DISTCLEANFILES = $(kwin3_fahrenheit_la_METASOURCES)