[shotwell/wip/autotools: 26/27] build: Add settings migrator



commit cb75b9b32a202ea8259ade233886098f3a507d20
Author: Jens Georg <mail jensge org>
Date:   Tue Jun 28 23:17:21 2016 +0200

    build: Add settings migrator
    
    Signed-off-by: Jens Georg <mail jensge org>

 Makefile.am    |    3 +++
 thumbnailer.am |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 506bc5c..1a7f099 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -92,6 +92,9 @@ SHOTWELL_PLUGIN_LDFLAGS = \
 plugindir = $(pkglibdir)/plugins/builtin
 plugin_LTLIBRARIES =
 plugin_DATA =
+pkglibexec_PROGRAMS =
+
+pkglibexec_SCRIPTS = $(top_srcdir)/settings-migrator/shotwell-settings-migrator
 
 include $(top_srcdir)/common.am
 include $(top_srcdir)/shotwell.am
diff --git a/thumbnailer.am b/thumbnailer.am
index b33e5c1..04362e0 100644
--- a/thumbnailer.am
+++ b/thumbnailer.am
@@ -1,4 +1,4 @@
-pkglibexec_PROGRAMS = thumbnailer/shotwell-video-thumbnailer
+pkglibexec_PROGRAMS += thumbnailer/shotwell-video-thumbnailer
 
 thumbnailer_shotwell_video_thumbnailer_SOURCES = thumbnailer/shotwell-video-thumbnailer.vala
 thumbnailer_shotwell_video_thumbnailer_VALAFLAGS = $(COMMON_VALAFLAGS) \


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