summaryrefslogtreecommitdiff
path: root/hw/kdrive/smi
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2003-12-29 09:04:20 +0000
committerEric Anholt <anholt@freebsd.org>2003-12-29 09:04:20 +0000
commitadfc1ed8e1e150100accf014e46241201275138f (patch)
tree2336db5aa70c7430329955ed5d760b8c6ab4f2d0 /hw/kdrive/smi
parentdf03e80ae9162ec87f503322ccbcf2846ad38bef (diff)
Add dependency lines so that servers are rebuilt when server libraries are
changed.
Diffstat (limited to 'hw/kdrive/smi')
-rw-r--r--hw/kdrive/smi/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/hw/kdrive/smi/Makefile.am b/hw/kdrive/smi/Makefile.am
index 129330587..d7e4d66ae 100644
--- a/hw/kdrive/smi/Makefile.am
+++ b/hw/kdrive/smi/Makefile.am
@@ -23,10 +23,15 @@ libsmi_a_SOURCES = \
Xsmi_SOURCES = \
smistub.c
-Xsmi_LDADD = \
+SMI_LIBS = \
libsmi.a \
$(top_builddir)/hw/kdrive/fbdev/libfbdev.a \
$(top_builddir)/hw/kdrive/vesa/libvesa.a \
- @KDRIVE_LIBS@ \
+ @KDRIVE_LIBS@
+
+Xsmi_LDADD = \
+ $(SMI_LIBS) \
@XSERVER_LIBS@ \
$(TSLIB_FLAG)
+
+Xsmi_DEPENDENCIES = $(SMI_LIBS) @KDRIVE_LIBS@