mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
10 lines
190 B
Makefile
10 lines
190 B
Makefile
module_LTLIBRARIES = librac.la
|
|
librac_la_LDFLAGS = -avoid-version
|
|
librac_la_SOURCES = xf86RACmodule.c xf86RAC.c
|
|
|
|
sdk_HEADERS = xf86RAC.h
|
|
|
|
INCLUDES = $(XORG_INCS)
|
|
|
|
AM_CFLAGS = $(XORG_CFLAGS)
|