mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 13:40:06 +01:00
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
19 lines
454 B
Makefile
19 lines
454 B
Makefile
noinst_LTLIBRARIES = libstub.la
|
|
|
|
AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS)
|
|
|
|
INCLUDES = $(XORG_INCS)
|
|
|
|
libstub_la_SOURCES = \
|
|
$(srcdir)/../shared/VTsw_noop.c \
|
|
$(srcdir)/../shared/agp_noop.c \
|
|
$(srcdir)/../shared/ioperm_noop.c \
|
|
$(srcdir)/../shared/kmod_noop.c \
|
|
$(srcdir)/../shared/pm_noop.c \
|
|
$(srcdir)/../shared/vidmem.c \
|
|
$(srcdir)/../shared/posix_tty.c \
|
|
$(srcdir)/../shared/sigio.c \
|
|
stub_bell.c \
|
|
stub_bios.c \
|
|
stub_init.c \
|
|
stub_video.c
|