diff options
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 a8863d4f..bd9d279c 100644 --- a/clients/Makefile +++ b/clients/Makefile @@ -1,6 +1,6 @@ include ../config.mk -CFLAGS += -I.. $(CLIENT_CFLAGS) +CFLAGS += -I../wayland $(CLIENT_CFLAGS) LDLIBS += -L../wayland -lwayland-client $(CLIENT_LIBS) -lrt -lm egl_clients = gears |