diff options
Diffstat (limited to 'data/graphics/images')
-rw-r--r-- | data/graphics/images/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/graphics/images/Makefile.am | 3 | ||||
-rw-r--r-- | data/graphics/images/error.png | bin | 314 -> 0 bytes |
3 files changed, 1 insertions, 3 deletions
diff --git a/data/graphics/images/CMakeLists.txt b/data/graphics/images/CMakeLists.txt index 5181b4e1..6694f254 100644 --- a/data/graphics/images/CMakeLists.txt +++ b/data/graphics/images/CMakeLists.txt @@ -1,5 +1,4 @@ SET(FILES - error.png login_wallpaper.png ) diff --git a/data/graphics/images/Makefile.am b/data/graphics/images/Makefile.am index 0bc2a5cd..20ea859f 100644 --- a/data/graphics/images/Makefile.am +++ b/data/graphics/images/Makefile.am @@ -1,9 +1,8 @@ imagesdir = $(pkgdatadir)/data/graphics/images images_DATA = \ - error.png \ login_wallpaper.png EXTRA_DIST = \ - $(images_DATA) \ + $(images_DATA) \ CMakeLists.txt diff --git a/data/graphics/images/error.png b/data/graphics/images/error.png Binary files differdeleted file mode 100644 index 6fd7c1a8..00000000 --- a/data/graphics/images/error.png +++ /dev/null |