22 lines
402 B
Makefile
22 lines
402 B
Makefile
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
|