diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-08-29 22:53:54 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-08-29 22:53:54 +0300 |
commit | 393dc0a3388d56186181b2bd9bcc1d267747e709 (patch) | |
tree | e751c334a526f804e3e266cd65b8a8acec2703ce /hw/kdrive/sdl | |
parent | cff23616fe45e10c6786a303c8dcfc0a80463a53 (diff) |
kdrive: remove @KDRIVE_LIBS@ from Xfoo_DEPENDENCIES
Diffstat (limited to 'hw/kdrive/sdl')
-rw-r--r-- | hw/kdrive/sdl/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/kdrive/sdl/Makefile.am b/hw/kdrive/sdl/Makefile.am index ba6ed4d4a..cc3873ca8 100644 --- a/hw/kdrive/sdl/Makefile.am +++ b/hw/kdrive/sdl/Makefile.am @@ -16,5 +16,3 @@ Xsdl_LDADD = @KDRIVE_PURE_LIBS@ \ @XSERVER_LIBS@ \ $(TSLIB_FLAG) \ @XSDL_LIBS@ - -Xsdl_DEPENDENCIES = @KDRIVE_LIBS@ |