1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| noinst_LTLIBRARIES = libpresent.la
| AM_CFLAGS = \
| -DHAVE_XORG_CONFIG_H \
| @DIX_CFLAGS@ @XORG_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 \
| present_wnmd.c
|
| sdk_HEADERS = present.h presentext.h
|
|