Fix screenshoot.c type in Makefile
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 17 Sep 2010 13:04:46 +0000 (09:04 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 17 Sep 2010 13:04:46 +0000 (09:04 -0400)
clients/Makefile

index c85b250..a8863d4 100644 (file)
@@ -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 < $< > $@