mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 04:00:07 +01:00
10 lines
203 B
Makefile
10 lines
203 B
Makefile
noinst_LTLIBRARIES = libcomposite.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
|
|
|
|
libcomposite_la_SOURCES = \
|
|
compalloc.c \
|
|
compext.c \
|
|
compint.h \
|
|
compinit.c \
|
|
compwindow.c
|