diff options
author | Michele Calgaro <[email protected]> | 2023-10-17 19:57:10 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-10-17 19:57:10 +0900 |
commit | 0eec68a32197fcf878eabe4434badcf73e2d4741 (patch) | |
tree | 6b468db129339c1a6c67222507291dc16199b67c /client/pics/Makefile.am | |
download | twin-style-fahrenheit-0eec68a32197fcf878eabe4434badcf73e2d4741.tar.gz twin-style-fahrenheit-0eec68a32197fcf878eabe4434badcf73e2d4741.zip |
Initial code import from https://www.trinity-look.org/p/1100374. As per note on the website, the code has been abandoned. There is no license file in the source code, but given the package was available on the KDE3 store back in the days, it is reasonable to assume it was distributed under GPL2 license
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'client/pics/Makefile.am')
-rw-r--r-- | client/pics/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/client/pics/Makefile.am b/client/pics/Makefile.am new file mode 100644 index 0000000..cd202c8 --- /dev/null +++ b/client/pics/Makefile.am @@ -0,0 +1,11 @@ +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 + |