mesa-drm/tests/util/Makefile.am
Thierry Reding 1ec3c44bdd tests: Split helpers into library
Some of the helpers, such as the pattern drawing helpers or the format
lookup helpers, have potential to be reused. Move them into a separate
library to make it easier to share them.

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-12-18 17:43:40 +00:00

13 lines
210 B
Makefile

include Makefile.sources
noinst_LTLIBRARIES = \
libutil.la
libutil_la_CPPFLAGS = \
-I$(top_srcdir)/include/drm \
-I$(top_srcdir)
libutil_la_CFLAGS = \
$(CAIRO_CFLAGS)
libutil_la_SOURCES = $(UTIL_FILES)