diff options
author | Keith Packard <keithp@koto.keithp.com> | 2007-10-17 10:50:22 +0800 |
---|---|---|
committer | Keith Packard <keithp@koto.keithp.com> | 2007-10-17 10:51:02 +0800 |
commit | f2da10f7bc2ddb6ad2f18b793afc10d04b97c51c (patch) | |
tree | e4c4e2ec49482cbea778fe5c20a6620be142fabd /hw/kdrive/fbdev | |
parent | 9dde53ed179336c7b483c9a94a97182ad1777dfb (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.am | 2 |
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) |