summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-10-17 19:58:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-10-17 19:58:20 +0900
commit5f9ef32111bd25b29f3996dd31d3dd52d39bac74 (patch)
treec9320687ffec4c6b7d41a5d24311aca576644a6a /client
parent0eec68a32197fcf878eabe4434badcf73e2d4741 (diff)
downloadtwin-style-fahrenheit-5f9ef32111bd25b29f3996dd31d3dd52d39bac74.tar.gz
twin-style-fahrenheit-5f9ef32111bd25b29f3996dd31d3dd52d39bac74.zip
Remove automake files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am20
-rw-r--r--client/pics/Makefile.am11
2 files changed, 0 insertions, 31 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)
diff --git a/client/pics/Makefile.am b/client/pics/Makefile.am
deleted file mode 100644
index cd202c8..0000000
--- a/client/pics/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-linkdir = $(kde_datadir)/kwin/fahrenheit
-
-link_DATA = close.png maximize.png minmax.png minimize.png \
- sticky.png unsticky.png help.png
-
-EXTRA_DIST = $(link_DATA)
-
-###KMAKE-start (don't edit or delete this block)
-
-###KMAKE-end
-