diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-12-27 23:03:15 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-12-27 23:03:15 +0000 |
commit | 27d79ab2bcebb634d0b69c851c72283a7514eb0c (patch) | |
tree | 52d5de29e6a3dd3b04a745d4c3750f70eadc40b2 /hw/kdrive/smi | |
parent | 72817714a0787536ce8e8ad0d5473dea0f1c1abe (diff) |
s/XSERVER/KDRIVE/
Diffstat (limited to 'hw/kdrive/smi')
-rw-r--r-- | hw/kdrive/smi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/smi/Makefile.am b/hw/kdrive/smi/Makefile.am index d0fe2de21..4790e438e 100644 --- a/hw/kdrive/smi/Makefile.am +++ b/hw/kdrive/smi/Makefile.am @@ -31,7 +31,7 @@ SMI_LIBS = \ Xsmi_LDADD = \ $(SMI_LIBS) \ - @XSERVER_LIBS@ \ + @KDRIVE_LIBS@ \ $(TSLIB_FLAG) Xsmi_DEPENDENCIES = $(SMI_LIBS) @KDRIVE_LIBS@ |