summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-12-10 00:40:50 -0500
committerKristian Høgsberg <krh@redhat.com>2008-12-10 00:40:50 -0500
commit201a904889a4c12e9961df7967ce4ee21b52bf5a (patch)
tree4068a5fc57918d1a8afbde6d2c087e6363249654 /Makefile.in
parenteac149ad067370e1234740b9ee41dd29c77d1cc0 (diff)
downloadwayland-201a904889a4c12e9961df7967ce4ee21b52bf5a.tar.gz
wayland-201a904889a4c12e9961df7967ce4ee21b52bf5a.tar.xz
wayland-201a904889a4c12e9961df7967ce4ee21b52bf5a.zip
Drop surface iterator API, just track surfaces in the compositor.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ecc357e..82894df 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -28,7 +28,8 @@ $(compositors) $(clients) : CFLAGS += @LIBDRM_CFLAGS@
egl-compositor : \
egl-compositor.o \
evdev.o \
- cairo-util.o
+ cairo-util.o \
+ wayland-util.o
egl-compositor : CFLAGS += @EGL_COMPOSITOR_CFLAGS@
egl-compositor : LDLIBS += @EGL_COMPOSITOR_LIBS@ -L. -lwayland-server -rdynamic -lrt