diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 14:09:32 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-30 14:09:32 +0200 |
commit | 0537caaf4af94a9ead8b292679f6b34c90b55e06 (patch) | |
tree | 6761cfdf959926be7af3147cf770e7f253390fe8 /pipeline.am | |
parent | eca5837e235a356c8db9416bbbc13577db3e6f76 (diff) | |
parent | 5e9f4eea451a77ba3b93db3747841ed2bd969e9f (diff) |
Update upstream source from tag 'upstream/0.30.1'
Update to upstream version '0.30.1'
with Debian dir dc242531effff8d9c6fab093414edee28b403c6a
Diffstat (limited to 'pipeline.am')
-rw-r--r-- | pipeline.am | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/pipeline.am b/pipeline.am deleted file mode 100644 index 9f9969d..0000000 --- a/pipeline.am +++ /dev/null @@ -1,47 +0,0 @@ -src/shotwell-graphics-processor.vapi src/shotwell-graphics-processor.h: \ - src_libgraphics_processor_la_vala.stamp - -noinst_LTLIBRARIES += \ - src/libgraphics-processor.la - -src_libgraphics_processor_la_SOURCES = \ - src/ColorTransformation.vala \ - src/util/KeyValueMap.vala \ - src/_transformation.c - -src_libgraphics_processor_la_VALAFLAGS = \ - $(COMMON_VALAFLAGS) \ - --disable-assert \ - --pkg gio-2.0 \ - --pkg gdk-3.0 \ - --pkg gee-0.8 \ - --pkg gdk-pixbuf-2.0 \ - --vapi=src/shotwell-graphics-processor.vapi \ - --header=src/shotwell-graphics-processor.h - -dist_noinst_DATA += \ - src/shotwell-graphics-processor.vapi \ - src/shotwell-graphics-processor.h - -src_libgraphics_processor_la_CFLAGS = $(SHOTWELL_CFLAGS) $(COMMON_CFLAGS) -src_libgraphics_processor_la_CFLAGS += -DG_DISABLE_CAST_CHECKS - -noinst_PROGRAMS = \ - src/shotwell-graphics-processor - -src_shotwell_graphics_processor_SOURCES = \ - src/graphics-processor.vala \ - src/shotwell-graphics-processor.vapi - -src_shotwell_graphics_processor_VALAFLAGS = \ - $(COMMON_VALAFLAGS) \ - --pkg gio-2.0 \ - --pkg gdk-3.0 \ - --pkg gee-0.8 \ - --pkg gdk-pixbuf-2.0 - -src_shotwell_graphics_processor_CFLAGS = $(SHOTWELL_CFLAGS) $(COMMON_CFLAGS) - -src_shotwell_graphics_processor_LDADD = \ - src/libgraphics-processor.la \ - $(SHOTWELL_LIBS) |