From 8885b3b1ffb45ae16484151ce533683af526f509 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 16 Dec 2008 15:08:21 -0800 Subject: [PATCH] Add exa/glamor to _DEPENDENCIES so the bin gets rebuilt with the libs. --- hw/kdrive/ephyr/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/kdrive/ephyr/Makefile.am b/hw/kdrive/ephyr/Makefile.am index 027db1364..349e86dca 100644 --- a/hw/kdrive/ephyr/Makefile.am +++ b/hw/kdrive/ephyr/Makefile.am @@ -80,6 +80,8 @@ Xephyr_LDADD = \ Xephyr_DEPENDENCIES = \ libxephyr.la \ libxephyr-hostx.la \ + $(top_builddir)/exa/libexa.la \ + $(top_builddir)/glamor/libglamor.la \ $(LIBXEPHYR_HOSTXV) \ $(LIBXEPHYR_HOSTDRI) \ @KDRIVE_LOCAL_LIBS@