Typo fix, and re-add GLcore to the dixmods build

This commit is contained in:
Adam Jackson 2005-07-16 16:29:30 +00:00
parent 8bc883c48c
commit d69e9872ae

View File

@ -3,7 +3,7 @@ noinst_LTLIBRARIES = libdixmods.la
SUBDIRS = extmod SUBDIRS = extmod
if GLX if GLX
GLXMODS = libglx.la # libGLcore.la GLXMODS = libglx.la libGLcore.la
endif endif
module_LTLIBRARIES = libafb.la \ module_LTLIBRARIES = libafb.la \
@ -31,7 +31,7 @@ INCLUDES = @XORG_INCS@ \
-I$(top_srcdir)/miext/shadow -I$(top_srcdir)/miext/shadow
libGLcore_la_LDFLAGS = -avoid-version libGLcore_la_LDFLAGS = -avoid-version
libGLcore_la_LIBADD = $(top_srcdir)/GL/mesa/libGLcore.a libGLcore_la_LIBADD = $(top_srcdir)/GL/mesa/libGLcore.la
libGLcore_la_SOURCES = GLcoremodule.c libGLcore_la_SOURCES = GLcoremodule.c
libafb_la_LDFLAGS = -avoid-version libafb_la_LDFLAGS = -avoid-version