Move core protocol libraries into wayland/ subdirectory

This commit is contained in:
Kristian Høgsberg 2010-09-14 11:13:18 -04:00
parent 76b43326a5
commit 6dd08ebbe1
20 changed files with 69 additions and 61 deletions

View file

@ -1,7 +1,7 @@
include ../config.mk
CFLAGS += -I.. $(CLIENT_CFLAGS)
LDLIBS += -L.. -lwayland-client $(CLIENT_LIBS) -lrt -lm
LDLIBS += -L../wayland -lwayland-client $(CLIENT_LIBS) -lrt -lm
egl_clients = gears
cairo_clients = flower screenshot terminal image view dnd