Add initial VA display abstraction.
[profile/ivi/gstreamer-vaapi.git] / tests / examples / generic / Makefile.am
1 noinst_PROGRAMS =       \
2         test-display    \
3         $(NULL)
4
5 TEST_CFLAGS = \
6         $(GST_CFLAGS) \
7         -I$(top_srcdir)/gst-libs \
8         $(X11_CFLAGS)
9
10 TEST_LIBS = \
11         $(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-@GST_MAJORMINOR@.la \
12         $(X11_LIBS)
13
14 test_display_SOURCES    = test-display.c
15 test_display_CFLAGS     = $(TEST_CFLAGS)
16 test_display_LDADD      = $(TEST_LIBS)
17
18 # Extra clean files so that maintainer-clean removes *everything*
19 MAINTAINERCLEANFILES = Makefile.in