From 45115a435e04a0ba27d0edeaddb27aed14715212 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 17 Sep 2010 09:04:46 -0400 Subject: [PATCH] Fix screenshoot.c type in Makefile --- clients/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 < $< > $@ -- 2.7.4