mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 13:10:24 +01: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
296 B
Makefile
14 lines
296 B
Makefile
AM_CFLAGS = \
|
|
-I$(srcdir)/.. \
|
|
-I$(srcdir)/../.. \
|
|
$(XEGLMODULES_CFLAGS)
|
|
|
|
libxegl_la_LDFLAGS = -avoid-version
|
|
libxegl_la_SOURCES = xeglmodule.c
|
|
libxegl_la_LIBADD = \
|
|
$(top_builddir)/hw/xgl/glx/libxegl.la \
|
|
$(XEGLMODULES_LIBS)
|
|
|
|
moduledir = @xglmoduledir@
|
|
|
|
module_LTLIBRARIES = libxegl.la
|