2014-05-02 13:27:46 -06:00
|
|
|
noinst_LTLIBRARIES = libpresent.la
|
|
|
|
AM_CFLAGS = \
|
|
|
|
-DHAVE_XORG_CONFIG_H \
|
|
|
|
@DIX_CFLAGS@ @XORG_CFLAGS@
|
|
|
|
|
|
|
|
libpresent_la_SOURCES = \
|
|
|
|
present.h \
|
|
|
|
present.c \
|
|
|
|
present_event.c \
|
2019-07-27 01:57:06 -06:00
|
|
|
present_execute.c \
|
2014-05-02 13:27:46 -06:00
|
|
|
present_fake.c \
|
|
|
|
present_fence.c \
|
|
|
|
present_notify.c \
|
|
|
|
present_priv.h \
|
|
|
|
present_request.c \
|
2019-07-27 01:57:06 -06:00
|
|
|
present_scmd.c \
|
|
|
|
present_screen.c \
|
|
|
|
present_vblank.c \
|
|
|
|
present_wnmd.c
|
2014-05-02 13:27:46 -06:00
|
|
|
|
|
|
|
sdk_HEADERS = present.h presentext.h
|