diff options
author | Michele Calgaro <[email protected]> | 2023-10-17 19:58:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-10-17 19:58:20 +0900 |
commit | 5f9ef32111bd25b29f3996dd31d3dd52d39bac74 (patch) | |
tree | c9320687ffec4c6b7d41a5d24311aca576644a6a /client/pics | |
parent | 0eec68a32197fcf878eabe4434badcf73e2d4741 (diff) | |
download | twin-style-fahrenheit-5f9ef32111bd25b29f3996dd31d3dd52d39bac74.tar.gz twin-style-fahrenheit-5f9ef32111bd25b29f3996dd31d3dd52d39bac74.zip |
Remove automake files
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'client/pics')
-rw-r--r-- | client/pics/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
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 - |