mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-24 07:30:30 +01:00
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone.
22 lines
543 B
Makefile
22 lines
543 B
Makefile
AM_CFLAGS = \
|
|
\
|
|
-DHAVE_XGL_CONFIG_H \
|
|
-DHAVE_DIX_CONFIG_H \
|
|
$(XGLMODULES_CFLAGS) \
|
|
-I$(top_srcdir)/hw/xgl
|
|
|
|
libglx_la_LDFLAGS = -avoid-version
|
|
libglx_la_SOURCES = glxmodule.c
|
|
libglx_la_LIBADD = $(top_builddir)/GL/glx/libglx.la
|
|
libglx_modules = libglx.la
|
|
|
|
libglcore_la_LDFLAGS = -avoid-version
|
|
libglcore_la_SOURCES = glcoremodule.c
|
|
libglcore_la_LIBADD = $(top_builddir)/GL/mesa/libGLcore.la
|
|
libglcore_modules = libglcore.la
|
|
|
|
moduledir = @XGL_MODULE_PATH@
|
|
|
|
module_LTLIBRARIES = \
|
|
$(libglcore_modules) \
|
|
$(libglx_modules)
|