From a0876ade6479c40dcef63f70f4c6c5a5988edeba Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 30 Sep 2003 20:49:47 +0000 Subject: [PATCH] Enable maintainer mode from autogen.sh. Fix vesa build to create library before program. Remove bogus AC_SUBST lines for XSERVER_CFLAGS and XSERVER_LIBS --- hw/kdrive/vesa/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/kdrive/vesa/Makefile.am b/hw/kdrive/vesa/Makefile.am index 9b4bcbe85..3bd6c039d 100644 --- a/hw/kdrive/vesa/Makefile.am +++ b/hw/kdrive/vesa/Makefile.am @@ -9,10 +9,10 @@ INCLUDES = \ -I$(top_srcdir)/render \ $(XSERVER_CFLAGS) -bin_PROGRAMS = Xvesa - noinst_LIBRARIES = libvesa.a +bin_PROGRAMS = Xvesa + libvesa_a_SOURCES = \ vesa.c \ vbe.c \