mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-04 04:53:48 +00:00
10 lines
133 B
Makefile
10 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
|