diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2010-09-17 09:04:46 -0400 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-09-17 09:04:46 -0400 |
| commit | 45115a435e04a0ba27d0edeaddb27aed14715212 (patch) | |
| tree | 70be97a95c6107a2aabf200c53ad61646dca6bf4 /clients/Makefile | |
| parent | Add autogen.sh (diff) | |
| download | wayland-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/Makefile | 2 |
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 < $< > $@ |
