Use scanner to generate screenshooter client code as well
This commit is contained in:
+9
-1
@@ -13,12 +13,20 @@ clean :
|
||||
|
||||
flower : flower.o window.o wayland-glib.o cairo-util.o
|
||||
gears : gears.o window.o wayland-glib.o cairo-util.o
|
||||
screenshot : screenshot.o wayland-glib.o cairo-util.o
|
||||
screenshot : screenshot.o screenshooter-protocol.o wayland-glib.o cairo-util.o
|
||||
terminal : terminal.o window.o wayland-glib.o cairo-util.o
|
||||
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
|
||||
|
||||
screenshooter-protocol.c : ../compositor/screenshooter.xml
|
||||
../wayland/scanner code < $< > $@
|
||||
|
||||
screenshooter-client-protocol.h : ../compositor/screenshooter.xml
|
||||
../wayland/scanner client-header < $< > $@
|
||||
|
||||
terminal : LDLIBS += -lutil
|
||||
view : CFLAGS += $(POPPLER_CFLAGS)
|
||||
view : LDLIBS += $(POPPLER_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user