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