Fix #766: Parallel build problem
[geeqie.git] / src / Makefile.am
index 6074560..fa88e86 100644 (file)
@@ -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 >$@