[shotwell/wip/autotools: 22/27] build: Hook up application image data



commit 215a5d308449545497722c5b33b397b0e165f030
Author: Jens Georg <mail jensge org>
Date:   Tue Jun 28 22:41:28 2016 +0200

    build: Hook up application image data
    
    Signed-off-by: Jens Georg <mail jensge org>

 Makefile.am       |    2 +-
 configure.ac      |    1 +
 icons/Makefile.am |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 54 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index cf56e24..220ae0e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = misc help po app-icons
+SUBDIRS = misc help po app-icons icons
 
 EXTRA_DIST = AUTHORS
 
diff --git a/configure.ac b/configure.ac
index 98d9471..2f91303 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,6 +152,7 @@ AC_CONFIG_FILES([
        po/Makefile.in
     help/Makefile
     app-icons/Makefile
+    icons/Makefile
 ],[],
 [API_VERSION='$API_VERSION'])
 AC_OUTPUT
diff --git a/icons/Makefile.am b/icons/Makefile.am
new file mode 100644
index 0000000..bcdeea4
--- /dev/null
+++ b/icons/Makefile.am
@@ -0,0 +1,52 @@
+imagesdir = $(datadir)/shotwell/icons
+
+images_DATA = \
+       all-rejected.png \
+       crop-pivot-reticle.png \
+       crop.svg \
+       drag_nub.png \
+       faces-tool.png \
+       filter-flagged.png \
+       filter-photos.png \
+       filter-raw.png \
+       filter-videos.png \
+       five-star-filter.svg \
+       five-stars.svg \
+       flag-page.png \
+       flag-trinket.png \
+       four-star-filter-plus.svg \
+       four-stars.svg \
+       generic-plugin.png \
+       image-adjust.svg \
+       import-all.png \
+       import.svg \
+       make-primary.svg \
+       many-faces.png \
+       merge.svg \
+       multiple-events.png \
+       multiple-tags.png \
+       no-event.png \
+       noninterpretable-video.png \
+       one-event.png \
+       one-face.png \
+       one-star-filter-plus.svg \
+       one-star.svg \
+       one-tag.png \
+       pin-toolbar.svg \
+       publish.png \
+       redeye.png \
+       rejected.svg \
+       shotwell-16.png \
+       shotwell-auto-enhance.png \
+       shotwell.png \
+       shotwell-street.jpg \
+       slideshow-extension-point.png \
+       sprocket.png \
+       straighten.svg \
+       three-star-filter-plus.svg \
+       three-stars.svg \
+       two-star-filter-plus.svg \
+       two-stars.svg \
+       videos-page.png \
+       zoom-in.png \
+       zoom-out.png


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]