From: Colin Clark Date: Sun, 5 Apr 2020 11:07:10 +0000 (+0100) Subject: Fix #766: Parallel build problem X-Git-Tag: v1.6~67 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=881468bec8b73966ce6d3b1c1b9986d9faf1ce22 Fix #766: Parallel build problem https://github.com/BestImageViewer/geeqie/issues/766 --- diff --git a/src/Makefile.am b/src/Makefile.am index 60745604..fa88e869 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -303,6 +303,8 @@ geeqie_LDADD = $(GTK_LIBS) $(GLIB_LIBS) $(INTLLIBS) $(JPEG_LIBS) $(TIFF_LIBS) $( EXTRA_DIST = \ $(extra_SLIK) +image-load.o: gq-marshal.o + gq-marshal.h: gq-marshal.list $(GLIB_GENMARSHAL) --prefix=gq_marshal $(srcdir)/gq-marshal.list --header >$@