summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-09-30 20:49:47 +0000
committerKeith Packard <keithp@keithp.com>2003-09-30 20:49:47 +0000
commita0876ade6479c40dcef63f70f4c6c5a5988edeba (patch)
treeed8022741bc83181b465bd3fd77fb17c2132b4aa
parente8c02296476f068bc8158d112dc15df00dddac2a (diff)
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
-rw-r--r--hw/kdrive/vesa/Makefile.am4
1 files 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 \