diff options
Diffstat (limited to 'tests/check/Makefile.am')
-rw-r--r-- | tests/check/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index c83679ee..198c067d 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -89,6 +89,7 @@ check_PROGRAMS = \ $(check_vorbis) \ $(check_theora) \ elements/adder \ + elements/appsink \ elements/audioconvert \ elements/audiorate \ elements/audioresample \ @@ -204,6 +205,14 @@ libs_pbutils_CFLAGS = \ libs_pbutils_LDADD = \ $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la $(LDADD) +elements_appsink_CFLAGS = \ + $(GST_PLUGINS_BASE_CFLAGS) \ + $(AM_CFLAGS) + +elements_appsink_LDADD = \ + $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_MAJORMINOR@.la \ + $(LDADD) + elements_alsa_CFLAGS = \ $(GST_PLUGINS_BASE_CFLAGS) \ $(AM_CFLAGS) |