mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-01 16:08:02 +02:00
11 lines
234 B
Makefile
11 lines
234 B
Makefile
noinst_LTLIBRARIES = libcw.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@
|
|
|
|
INCLUDES = -I$(top_srcdir)/hw/xfree86/os-support
|
|
|
|
libcw_la_SOURCES = \
|
|
cw.c \
|
|
cw_ops.c \
|
|
cw_render.c \
|
|
cw.h
|