summaryrefslogtreecommitdiff
path: root/hw/kdrive/fbdev
diff options
context:
space:
mode:
authorKeith Packard <keithp@koto.keithp.com>2007-10-17 10:50:22 +0800
committerKeith Packard <keithp@koto.keithp.com>2007-10-17 10:51:02 +0800
commitf2da10f7bc2ddb6ad2f18b793afc10d04b97c51c (patch)
treee4c4e2ec49482cbea778fe5c20a6620be142fabd /hw/kdrive/fbdev
parent9dde53ed179336c7b483c9a94a97182ad1777dfb (diff)
KDRIVE_LOCAL_LIBS includes some system libraries, not just internal x server libs
Diffstat (limited to 'hw/kdrive/fbdev')
-rw-r--r--hw/kdrive/fbdev/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/fbdev/Makefile.am b/hw/kdrive/fbdev/Makefile.am
index 1ce4833a7..420855b8d 100644
--- a/hw/kdrive/fbdev/Makefile.am
+++ b/hw/kdrive/fbdev/Makefile.am
@@ -20,7 +20,7 @@ Xfbdev_LDADD = \
Xfbdev_DEPENDENCIES = \
libfbdev.a \
- @KDRIVE_LOCAL_LIBS@
+ $(KDRIVE_PURE_LIBS)
relink:
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)