mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-19 22:48:10 +02:00
8 lines
116 B
Makefile
8 lines
116 B
Makefile
noinst_LTLIBRARIES = libcw.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
libcw_la_SOURCES = \
|
|
cw.c \
|
|
cw_ops.c \
|
|
cw_render.c
|