From 297c6313eb6763a2b0a10059d65d0af62903f658 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Fri, 4 Feb 2011 14:11:33 -0500 Subject: Port window.c to use wayland-egl --- clients/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clients/Makefile.am') diff --git a/clients/Makefile.am b/clients/Makefile.am index 9839b84..438367c 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -31,7 +31,7 @@ libtoytoolkit_la_SOURCES = \ toolkit_libs = \ libtoytoolkit.la \ $(top_builddir)/wayland/libwayland-client.la \ - $(CLIENT_LIBS) -lrt -lm + $(CLIENT_LIBS) -lrt -lm -lwayland-egl gears_SOURCES = gears.c gears_LDADD = $(toolkit_libs) -- cgit v1.2.3