From a6c8d0d71eef7cb964797f7595be36ee0ac10a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Mon, 15 Aug 2005 19:42:48 +0000 Subject: [PATCH] =?UTF-8?q?Mon=20Aug=2015=2015:41:26=202005=20S=C3=B8ren?= =?UTF-8?q?=20Sandmann=20=20Link=20this=20module=20wi?= =?UTF-8?q?th=20libXext.la.=20Mon=20Aug=2015=2014:56:57=202005=20S=C3=B8re?= =?UTF-8?q?n=20Sandmann=20=20Remove=20the=20xkb*=20fi?= =?UTF-8?q?les.=20Add=20xkbVT.o=20and=20friends=20as=20the=20last=20things?= =?UTF-8?q?=20on=20the=20link=20line=20so=20they=20will=20=20=20=20=20over?= =?UTF-8?q?ride=20the=20symbols=20in=20libxkb.a.=20Add=20a=20comment=20on?= =?UTF-8?q?=20how=20this=20situation=20=20=20=20=20might=20not=20be=20cons?= =?UTF-8?q?idered=20ideal.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 5 +++++ hw/xfree86/dixmods/extmod/Makefile.am | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0ab6874c4..8ecbebfd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 15 15:41:26 2005 Søren Sandmann + + * hw/xfree86/dixmods/extmod/Makefile.am (libextmod_la_LIBADD): + Link this module with libXext.la. + Mon Aug 15 14:56:57 2005 Søren Sandmann * hw/xfree86/dixmods/Makefile.am (libdixmods_la_SOURCES): Remove diff --git a/hw/xfree86/dixmods/extmod/Makefile.am b/hw/xfree86/dixmods/extmod/Makefile.am index 4cd31b338..06a177971 100644 --- a/hw/xfree86/dixmods/extmod/Makefile.am +++ b/hw/xfree86/dixmods/extmod/Makefile.am @@ -26,3 +26,4 @@ libextmod_la_SOURCES = modinit.c \ xf86vmode.c \ vidmodeproc.h \ $(XV_SRCS) +libextmod_la_LIBADD = $(top_srcdir)/Xext/libXext.la