mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-24 18:18:15 +02:00
Attempt to build xeglmodule.c, not xglxmodule.c.
Add xf86Sbus.h to EXTRA_DIST, as _HEADERS doesn't appear to get the same
treatment as _SOURCES in terms of automatically DISTing.
14 lines
292 B
Makefile
14 lines
292 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
|