mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 12:49:21 +00:00
12 lines
166 B
Makefile
12 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
|