summaryrefslogtreecommitdiff
path: root/tests/util/Makefile.am
blob: f8e0b1712cd2d1d4c2269580a02fbadac72e126e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)