summaryrefslogtreecommitdiff
path: root/hw/kdrive/ephyr/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2006-03-30 21:21:59 +0000
committerEric Anholt <anholt@freebsd.org>2006-03-30 21:21:59 +0000
commit5c04610f8aeceed9ec7cd0ca8c5eb314cacc3c25 (patch)
tree95f9ad4161e043ac1623cb549622ae9e147540aa /hw/kdrive/ephyr/Makefile.am
parent8ec42a10ff04e51e8d0b4cffb15064d901bc398d (diff)
Add a dependency on EXA, so it rebuilds when the library does. The manual
indicated I shouldn't do this, but experience indicates I should.
Diffstat (limited to 'hw/kdrive/ephyr/Makefile.am')
-rw-r--r--hw/kdrive/ephyr/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/kdrive/ephyr/Makefile.am b/hw/kdrive/ephyr/Makefile.am
index 2fb1fc2e5..43b4dcc85 100644
--- a/hw/kdrive/ephyr/Makefile.am
+++ b/hw/kdrive/ephyr/Makefile.am
@@ -40,4 +40,5 @@ Xephyr_LDADD = \
Xephyr_DEPENDENCIES = \
libxephyr.a \
libxephyr-hostx.a \
- @KDRIVE_LIBS@
+ @KDRIVE_LIBS@ \
+ ../../../exa/libexa.la