aboutsummaryrefslogtreecommitdiffstats
path: root/clients/Makefile
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-08-18 15:28:04 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-08-18 15:28:04 -0400
commit9a686243b650c77b349b74087f5a555a2ff7824a (patch)
tree5f701741c12effac5b5ddde8679a491fbb8aead9 /clients/Makefile
parentFirst step towards drag and drop protocol (diff)
downloadwayland-9a686243b650c77b349b74087f5a555a2ff7824a.tar
wayland-9a686243b650c77b349b74087f5a555a2ff7824a.tar.gz
wayland-9a686243b650c77b349b74087f5a555a2ff7824a.tar.bz2
wayland-9a686243b650c77b349b74087f5a555a2ff7824a.tar.lz
wayland-9a686243b650c77b349b74087f5a555a2ff7824a.tar.xz
wayland-9a686243b650c77b349b74087f5a555a2ff7824a.tar.zst
wayland-9a686243b650c77b349b74087f5a555a2ff7824a.zip
Add a drag and drop test client
Diffstat (limited to 'clients/Makefile')
-rw-r--r--clients/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/clients/Makefile b/clients/Makefile
index 1ff8f14..9e73182 100644
--- a/clients/Makefile
+++ b/clients/Makefile
@@ -4,7 +4,7 @@ CFLAGS += -I.. $(CLIENT_CFLAGS)
LDLIBS += -L.. -lwayland-client $(CLIENT_LIBS) -lrt -lm
egl_clients = gears
-cairo_clients = flower screenshot terminal image view
+cairo_clients = flower screenshot terminal image view dnd
all : $(egl_clients) $(cairo_clients)
@@ -17,6 +17,7 @@ screenshot : screenshot.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
terminal : LDLIBS += -lutil
view : CFLAGS += $(POPPLER_CFLAGS)