diff options
Diffstat (limited to 'src/icons')
-rw-r--r-- | src/icons/CMakeLists.txt | 1 | ||||
-rw-r--r-- | src/icons/Makefile.am | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/src/icons/CMakeLists.txt b/src/icons/CMakeLists.txt new file mode 100644 index 0000000..6aad750 --- /dev/null +++ b/src/icons/CMakeLists.txt @@ -0,0 +1 @@ +tde_install_icons( tdeio_appinfo ) diff --git a/src/icons/Makefile.am b/src/icons/Makefile.am deleted file mode 100644 index 3e94fa4..0000000 --- a/src/icons/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -KDE_ICON = AUTO - -appinfo_ICON = AUTO -appinfodir = $(kde_datadir)/appinfo/icons - |