From e3509c940fa1fc3988d23f884ca8bffc87d091e5 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sun, 14 Aug 2005 16:24:30 +0000 Subject: [PATCH] Don't link libXext, as it is linked in to the server also. --- hw/xfree86/dixmods/extmod/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xfree86/dixmods/extmod/Makefile.am b/hw/xfree86/dixmods/extmod/Makefile.am index c03a36c30..4cd31b338 100644 --- a/hw/xfree86/dixmods/extmod/Makefile.am +++ b/hw/xfree86/dixmods/extmod/Makefile.am @@ -18,7 +18,6 @@ INCLUDES = @XORG_INCS@ \ -I$(top_srcdir)/miext/shadow libextmod_la_LDFLAGS = -avoid-version -libextmod_la_LIBADD = $(top_builddir)/Xext/libXext.la libextmod_la_SOURCES = modinit.c \ modinit.h \ $(DGA_SRCS) \