mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-04 02:48:17 +02:00
building within the xorg server tree. Requires additional, uncommitted
dix changes to successfully build, and successful running is still yet
to happen.
14 lines
No EOL
291 B
Makefile
14 lines
No EOL
291 B
Makefile
AM_CFLAGS = \
|
|
-I$(srcdir)/.. \
|
|
-I$(srcdir)/../.. \
|
|
$(XGLXMODULES_CFLAGS)
|
|
|
|
libxglx_la_LDFLAGS = -avoid-version
|
|
libxglx_la_SOURCES = xglxmodule.c
|
|
libxglx_la_LIBADD = \
|
|
$(top_builddir)/hw/xgl/glx/libxglx.la \
|
|
$(XGLXMODULES_LIBS)
|
|
|
|
moduledir = @xglmoduledir@
|
|
|
|
module_LTLIBRARIES = libxglx.la
|