xserver-multidpi/present/Makefile.am
Roman Gilg 5365ece70a present: Move vblank functionality in seperate file
With the new internal flip mode API move vblank creation
and so on into a seperate file, such that it can be shared
between flip modes.

Signed-off-by: Roman Gilg <subdiff@gmail.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
2018-03-28 14:36:16 -04:00

20 lines
363 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_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