From 881468bec8b73966ce6d3b1c1b9986d9faf1ce22 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Sun, 5 Apr 2020 12:07:10 +0100 Subject: [PATCH] Fix #766: Parallel build problem https://github.com/BestImageViewer/geeqie/issues/766 --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 >$@ -- 2.20.1