mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 18:50:05 +01:00
13 lines
241 B
Makefile
13 lines
241 B
Makefile
INCLUDES = \
|
|
@KDRIVE_PURE_INCS@ \
|
|
@KDRIVE_CFLAGS@ \
|
|
@XSDL_INCS@
|
|
|
|
bin_PROGRAMS = Xsdl
|
|
|
|
Xsdl_SOURCES = sdl.c
|
|
|
|
Xsdl_LDADD = @KDRIVE_PURE_LIBS@ \
|
|
@KDRIVE_LIBS@ \
|
|
@XSERVER_LIBS@ \
|
|
@XSDL_LIBS@
|