From 14ec1cf1cb7ebc183c05e13f9c2b4b4eed679ff3 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Sun, 9 Dec 2007 12:02:04 -0800 Subject: [PATCH] Xquartz: Added missing link to libconfig.a --- hw/xquartz/xpr/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xquartz/xpr/Makefile.am b/hw/xquartz/xpr/Makefile.am index 3cc2aba12..c2419cae6 100644 --- a/hw/xquartz/xpr/Makefile.am +++ b/hw/xquartz/xpr/Makefile.am @@ -24,6 +24,7 @@ Xquartz_SOURCES = \ Xquartz_LDADD = \ $(top_builddir)/hw/xquartz/libXquartz.la \ $(top_builddir)/dix/dixfonts.lo \ + $(top_builddir)/config/libconfig.a \ $(top_builddir)/dix/libdix.la \ $(top_builddir)/os/libos.la \ $(top_builddir)/dix/libxpstubs.la \