blob: 7fea6699fb5b75958e4d4e58cdfb811f1486d6d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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_fake.c \
present_fence.c \
present_notify.c \
present_priv.h \
present_request.c \
present_screen.c
sdk_HEADERS = present.h presentext.h
|