mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 21:10:05 +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
|