Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 446586 | Differences between
and this patch

Collapse All | Expand All

(-)gtk/controller/Makefile.am~ (-1 / +2 lines)
Lines 81-87 Link Here
81
		echo "" ; \
81
		echo "" ; \
82
		exit 1 ; \
82
		exit 1 ; \
83
	fi
83
	fi
84
	$(VALA_V)$(VALAC) $(VALAFLAGS) $(AM_VALAFLAGS) $(libspice_controller_la_VALASOURCES) -H spice-controller.h
84
	$(VALA_V)$(VALAC) $(VALAFLAGS) $(AM_VALAFLAGS) \
85
	  $(addprefix $(srcdir)/,$(libspice_controller_la_VALASOURCES)) -H spice-controller.h
85
	@touch $@
86
	@touch $@
86
87
87
$(libspice_controller_la_BUILT_SOURCES): controller.vala.stamp
88
$(libspice_controller_la_BUILT_SOURCES): controller.vala.stamp

Return to bug 446586