aboutsummaryrefslogtreecommitdiffstats
path: root/clients/Makefile
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-09-17 09:04:46 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-09-17 09:04:46 -0400
commit45115a435e04a0ba27d0edeaddb27aed14715212 (patch)
tree70be97a95c6107a2aabf200c53ad61646dca6bf4 /clients/Makefile
parentAdd autogen.sh (diff)
downloadwayland-45115a435e04a0ba27d0edeaddb27aed14715212.tar
wayland-45115a435e04a0ba27d0edeaddb27aed14715212.tar.gz
wayland-45115a435e04a0ba27d0edeaddb27aed14715212.tar.bz2
wayland-45115a435e04a0ba27d0edeaddb27aed14715212.tar.lz
wayland-45115a435e04a0ba27d0edeaddb27aed14715212.tar.xz
wayland-45115a435e04a0ba27d0edeaddb27aed14715212.tar.zst
wayland-45115a435e04a0ba27d0edeaddb27aed14715212.zip
Fix screenshoot.c type in Makefile
Diffstat (limited to 'clients/Makefile')
-rw-r--r--clients/Makefile2
1 files changed, 1 insertions, 1 deletions
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 < $< > $@