From 432fc37e2ca833f1ec3cb614cbdc3a7ae13f22b7 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Mon, 24 Feb 2014 20:45:51 +0000 Subject: Build fbcmap_mi.c once, rather than once for each DDX Build fbcmap_mi.c once, rather than once for each DDX, and make it part of libfb or libwfb convenience library. Since 84e8de1271bb11b5b4b9747ae4647f47333a8ab7 we don't have fbcmap.c This is a sort of revert of 17d85387d1e6851d35474b65929e268ca64ef65b v2: Remove libkdrivestubs.la from configure.ac Signed-off-by: Jon TURNEY Reviewed-by: Gaetan Nadon --- hw/xnest/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hw/xnest') diff --git a/hw/xnest/Makefile.am b/hw/xnest/Makefile.am index bb8d3d821..eb550c0f7 100644 --- a/hw/xnest/Makefile.am +++ b/hw/xnest/Makefile.am @@ -1,7 +1,6 @@ SUBDIRS = man bin_PROGRAMS = Xnest -noinst_LIBRARIES = libfbcmap.a AM_CFLAGS = -DHAVE_XNEST_CONFIG_H \ $(DIX_CFLAGS) \ @@ -44,12 +43,8 @@ SRCS = Args.c \ xnest-config.h \ $(top_srcdir)/mi/miinitext.c -libfbcmap_a_SOURCES = $(top_srcdir)/fb/fbcmap_mi.c -libfbcmap_a_CFLAGS = $(AM_CFLAGS) - XNEST_LIBS = \ @XNEST_LIBS@ \ - libfbcmap.a \ $(top_builddir)/Xext/libXextdpmsstubs.la \ $(top_builddir)/Xi/libXistubs.la -- cgit v1.2.3