mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-23 03:48:09 +02:00
10 lines
330 B
Makefile
10 lines
330 B
Makefile
noinst_LTLIBRARIES = libmath.la
|
|
|
|
libmath_la_SOURCES = m_debug_clip.c \
|
|
m_debug_norm.c \
|
|
m_debug_xform.c \
|
|
m_eval.c \
|
|
m_matrix.c \
|
|
m_translate.c \
|
|
m_vector.c \
|
|
m_xform.c
|