diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 18:18:26 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-23 18:18:26 +0200 |
commit | 44a1fdd0075c7818b65d4191290cdce733687146 (patch) | |
tree | 3254cbee0a3ab39757bb7a1972faa884127f33cd /src/Makefile.in | |
parent | a366a6feda133b888da763569953636c90017f57 (diff) | |
parent | cce8437bfbdb21e2b97025de6721c78f6d4654fc (diff) |
Merge tag 'upstream/3.13.4.2'
Upstream version 3.13.4.2
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index c099210..0c0a632 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -246,6 +246,8 @@ VALAC = @VALAC@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ XMLLINT = @XMLLINT@ +YELP_LC_DIST = @YELP_LC_DIST@ +YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -306,7 +308,9 @@ simple_scan_SOURCES = \ resources.c simple_scan_VALAFLAGS = --pkg=zlib --pkg=gudev-1.0 --pkg=gio-2.0 \ - --pkg=gtk+-3.0 --debug --target-glib 2.32 $(am__append_1) + --pkg=gtk+-3.0 \ + --gresources=$(top_srcdir)/data/simple-scan.gresource.xml \ + --debug --target-glib 2.38 $(am__append_1) simple_scan_CFLAGS = \ -w \ $(SIMPLE_SCAN_CFLAGS) \ |