mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-02 06:28:20 +02:00
8 lines
135 B
Makefile
8 lines
135 B
Makefile
noinst_LIBRARIES = librac.a
|
|
librac_a_SOURCES = xf86RAC.c
|
|
|
|
sdk_HEADERS = xf86RAC.h
|
|
|
|
INCLUDES = $(XORG_INCS)
|
|
|
|
AM_CFLAGS = $(XORG_CFLAGS)
|