mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 17:40:05 +01:00
11 lines
166 B
Makefile
11 lines
166 B
Makefile
noinst_LTLIBRARIES = liblayer.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
liblayer_la_SOURCES = \
|
|
layer.h \
|
|
layergc.c \
|
|
layerinit.c \
|
|
layerpict.c \
|
|
layerstr.h \
|
|
layerwin.c
|