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
This commit is contained in:
parent
e8c0229647
commit
a0876ade64
|
@ -9,10 +9,10 @@ INCLUDES = \
|
||||||
-I$(top_srcdir)/render \
|
-I$(top_srcdir)/render \
|
||||||
$(XSERVER_CFLAGS)
|
$(XSERVER_CFLAGS)
|
||||||
|
|
||||||
bin_PROGRAMS = Xvesa
|
|
||||||
|
|
||||||
noinst_LIBRARIES = libvesa.a
|
noinst_LIBRARIES = libvesa.a
|
||||||
|
|
||||||
|
bin_PROGRAMS = Xvesa
|
||||||
|
|
||||||
libvesa_a_SOURCES = \
|
libvesa_a_SOURCES = \
|
||||||
vesa.c \
|
vesa.c \
|
||||||
vbe.c \
|
vbe.c \
|
||||||
|
|
Loading…
Reference in New Issue