Fix clients include path after moving files around

dev
Kristian Høgsberg 14 years ago
parent a969c8a7f0
commit 118fb49eeb
  1. 2
      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

Loading…
Cancel
Save