diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2008-03-02 19:27:53 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@reactor.herrb.net> | 2008-03-02 19:32:01 +0100 |
commit | c934366424b0d20e013c84e6b94b226b20e7baa2 (patch) | |
tree | f64b10b593c72605471eada610546a8f09621a68 /hw/xfree86/utils/ioport/Makefile.am | |
parent | 2bb9c1f36f685044b837f42076dec2ea7d22d034 (diff) |
use UTILS_SYS_LIBS to pass SYS_LIBS to utils/ioports correctly
Diffstat (limited to 'hw/xfree86/utils/ioport/Makefile.am')
-rw-r--r-- | hw/xfree86/utils/ioport/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/utils/ioport/Makefile.am b/hw/xfree86/utils/ioport/Makefile.am index 1839c9a60..c1f9453a8 100644 --- a/hw/xfree86/utils/ioport/Makefile.am +++ b/hw/xfree86/utils/ioport/Makefile.am @@ -37,7 +37,7 @@ ioport_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) ioport_LDADD = \ ../../os-support/libxorgos.la \ ../../dummylib/libdummy-nonserver.a \ - ${SYS_LIBS} + ${UTILS_SYS_LIBS} ioport_SOURCES = \ |