diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-01 21:09:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-13 21:49:55 +0900 |
commit | 13ff311d52c57244f6804a97288d3f31cd6800da (patch) | |
tree | 21a4cc15ef16f9c96560331c4e1552bfe730691f /icons | |
parent | 583e70ed73753e56700ca4ceba03c476e739da51 (diff) | |
download | gwenview-13ff311d52c57244f6804a97288d3f31cd6800da.tar.gz gwenview-13ff311d52c57244f6804a97288d3f31cd6800da.zip |
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'icons')
-rw-r--r-- | icons/Makefile.am | 1 | ||||
-rw-r--r-- | icons/action/Makefile.am | 2 | ||||
-rw-r--r-- | icons/app/Makefile.am | 1 | ||||
-rw-r--r-- | icons/cursor/Makefile.am | 2 | ||||
-rw-r--r-- | icons/thumbnail/Makefile.am | 2 |
5 files changed, 0 insertions, 8 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am deleted file mode 100644 index e52ab4c..0000000 --- a/icons/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS=action app cursor thumbnail diff --git a/icons/action/Makefile.am b/icons/action/Makefile.am deleted file mode 100644 index fe4963d..0000000 --- a/icons/action/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -icondir = $(kde_datadir)/gwenview/icons -icon_ICON = AUTO diff --git a/icons/app/Makefile.am b/icons/app/Makefile.am deleted file mode 100644 index a4b97f0..0000000 --- a/icons/app/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -KDE_ICON=AUTO diff --git a/icons/cursor/Makefile.am b/icons/cursor/Makefile.am deleted file mode 100644 index 3143a4e..0000000 --- a/icons/cursor/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -cursorsdir=$(kde_datadir)/gwenview/cursors -cursors_DATA=zoom.png diff --git a/icons/thumbnail/Makefile.am b/icons/thumbnail/Makefile.am deleted file mode 100644 index 767c22b..0000000 --- a/icons/thumbnail/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -thumbnaildir=$(kde_datadir)/gwenview/thumbnail -thumbnail_DATA=wait.png |