summaryrefslogtreecommitdiff
path: root/thumbnailer.am
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-20 15:11:08 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-20 15:11:08 +0200
commitcb612a12b952e349b96d427645aaeb55d15f509a (patch)
treef29298f41d2a7ea2a976616243aca64c2c2547ce /thumbnailer.am
parente7be93745e4a2ff3aa255227bef7b9d3b733aafa (diff)
parent143bfc9f801c84428074312d661f8e08803df83b (diff)
Merge tag 'upstream/0.23.5'
Upstream version 0.23.5
Diffstat (limited to 'thumbnailer.am')
-rw-r--r--thumbnailer.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/thumbnailer.am b/thumbnailer.am
new file mode 100644
index 0000000..04362e0
--- /dev/null
+++ b/thumbnailer.am
@@ -0,0 +1,10 @@
+pkglibexec_PROGRAMS += thumbnailer/shotwell-video-thumbnailer
+
+thumbnailer_shotwell_video_thumbnailer_SOURCES = thumbnailer/shotwell-video-thumbnailer.vala
+thumbnailer_shotwell_video_thumbnailer_VALAFLAGS = $(COMMON_VALAFLAGS) \
+ --pkg gstreamer-1.0 \
+ --pkg gee-0.8 \
+ --pkg gtk+-3.0
+
+thumbnailer_shotwell_video_thumbnailer_CFLAGS = $(THUMBNAILER_CFLAGS)
+thumbnailer_shotwell_video_thumbnailer_LDADD = $(THUMBNAILER_LIBS)