mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-03 07:48:19 +02:00
8 lines
175 B
Makefile
8 lines
175 B
Makefile
module_LTLIBRARIES = libexa.la
|
|
|
|
sdk_HEADERS = exa.h
|
|
|
|
libexa_la_LDFLAGS = -avoid-version
|
|
|
|
INCLUDES = $(XORG_INCS)
|
|
libexa_la_SOURCES = exa.c exaasync.c exaoffscreen.c exapict.c
|