From: Kristian Høgsberg Date: Fri, 17 Sep 2010 13:04:46 +0000 (-0400) Subject: Fix screenshoot.c type in Makefile X-Git-Tag: 0.85.0~414 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45115a435e04a0ba27d0edeaddb27aed14715212;p=platform%2Fupstream%2Fwayland.git Fix screenshoot.c type in Makefile --- diff --git a/clients/Makefile b/clients/Makefile index c85b250..a8863d4 100644 --- a/clients/Makefile +++ b/clients/Makefile @@ -19,7 +19,7 @@ image : image.o window.o wayland-glib.o cairo-util.o view : view.o window.o wayland-glib.o cairo-util.o dnd : dnd.o window.o wayland-glib.o cairo-util.o -screenshoot.c : screenshooter-client-protocol.h +screenshot.c : screenshooter-client-protocol.h screenshooter-protocol.c : ../compositor/screenshooter.xml ../wayland/scanner code < $< > $@