From 118fb49eeba2e372419bd3413f705a3ad010ba91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Tue, 12 Oct 2010 13:53:13 -0400 Subject: [PATCH] Fix clients include path after moving files around --- clients/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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