mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-28 00:28:14 +02:00
Novell, so I've done a crazy merge to try and get them into a workable
CVS, I suspect I may have failed.. there is a pre-xgldrop-merge tag if
I did.
19 lines
No EOL
474 B
Makefile
19 lines
No EOL
474 B
Makefile
INCLUDES = \
|
|
@XGLX_INCS@ \
|
|
@XSERVER_CFLAGS@
|
|
|
|
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 = @MODULEPATH@/xgl
|
|
|
|
module_LTLIBRARIES = \
|
|
$(libglcore_modules) \
|
|
$(libglx_modules)
|