diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-03-30 21:21:59 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-03-30 21:21:59 +0000 |
commit | 5c04610f8aeceed9ec7cd0ca8c5eb314cacc3c25 (patch) | |
tree | 95f9ad4161e043ac1623cb549622ae9e147540aa /hw/kdrive/ephyr/Makefile.am | |
parent | 8ec42a10ff04e51e8d0b4cffb15064d901bc398d (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.am | 3 |
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 |