20 lines
346 B
Text
20 lines
346 B
Text
|
noinst_LTLIBRARIES = libpresent.la
|
||
|
AM_CFLAGS = \
|
||
|
@DIX_CFLAGS@
|
||
|
|
||
|
libpresent_la_SOURCES = \
|
||
|
present.h \
|
||
|
present.c \
|
||
|
present_event.c \
|
||
|
present_execute.c \
|
||
|
present_fake.c \
|
||
|
present_fence.c \
|
||
|
present_notify.c \
|
||
|
present_priv.h \
|
||
|
present_request.c \
|
||
|
present_scmd.c \
|
||
|
present_screen.c \
|
||
|
present_vblank.c
|
||
|
|
||
|
sdk_HEADERS = present.h presentext.h
|