From 7ab1b50c545ae1a62384bedee60168e227bb2a94 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 1 Sep 2009 15:27:29 +1000 Subject: test: fix build after changing libxf86config.la Signed-off-by: Peter Hutterer --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 09932a5a6..d8d89852b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -18,7 +18,7 @@ libxservertest_la_LIBADD = \ $(top_builddir)/hw/xfree86/loader/libloader.la \ $(top_builddir)/hw/xfree86/os-support/libxorgos.la \ $(top_builddir)/hw/xfree86/common/libcommon.la \ - $(top_builddir)/hw/xfree86/parser/libxf86config.la \ + $(top_builddir)/hw/xfree86/parser/libxf86config_internal.la \ $(top_builddir)/hw/xfree86/dixmods/libdixmods.la \ $(top_builddir)/hw/xfree86/modes/libxf86modes.la \ $(top_builddir)/hw/xfree86/ramdac/libramdac.la \ -- cgit v1.2.3