mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 05:20:05 +01:00
9 lines
133 B
Makefile
9 lines
133 B
Makefile
noinst_LTLIBRARIES = libcw.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
libcw_la_SOURCES = \
|
|
cw.c \
|
|
cw_ops.c \
|
|
cw_render.c \
|
|
cw.h
|