mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-02 04:08:19 +02:00
9 lines
139 B
Makefile
9 lines
139 B
Makefile
noinst_LTLIBRARIES = liblayer.la
|
|
|
|
liblayer_la_SOURCES = \
|
|
layer.h \
|
|
layergc.c \
|
|
layerinit.c \
|
|
layerpict.c \
|
|
layerstr.h \
|
|
layerwin.c
|