summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-10-12 13:53:13 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-10-12 13:53:13 -0400
commit118fb49eeba2e372419bd3413f705a3ad010ba91 (patch)
treef90c19478930973d91f184fb411437f67d07bf84
parenta969c8a7f055a35aa5d3acfc865adffde29c7f62 (diff)
downloadweston-118fb49eeba2e372419bd3413f705a3ad010ba91.tar.gz
Fix clients include path after moving files around
-rw-r--r--clients/Makefile2
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