mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-09 14:28:39 +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.
13 lines
215 B
Makefile
13 lines
215 B
Makefile
SUBDIRS = module
|
|
|
|
INCLUDES = \
|
|
@XGL_INCS@ \
|
|
@XSERVER_CFLAGS@
|
|
|
|
libxglglxext_libraries = libxglglxext.la
|
|
libxglglxext_la_SOURCES = \
|
|
xglglxext.h \
|
|
xglglxext.c
|
|
|
|
noinst_LTLIBRARIES = $(libxglglxext_libraries)
|
|
|