mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-27 17:30:34 +01: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
|