tests/check/Makefile.am: Dist test headers for amr and aac parsers.

Original commit message from CVS:
* tests/check/Makefile.am:
Dist test headers for amr and aac parsers.
Remove leftover lines mentioned speexresample tests.
This commit is contained in:
Jan Schmidt 2009-01-06 22:51:37 +00:00
parent c37376733e
commit 51af87f412
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2009-01-06 Jan Schmidt <jan.schmidt@sun.com>
* tests/check/Makefile.am:
Dist test headers for amr and aac parsers.
Remove leftover lines mentioned speexresample tests.
2009-01-06 Michael Smith <msmith@songbirdnest.com>
* sys/acmmp3dec/Makefile.am:

View file

@ -96,7 +96,7 @@ check_PROGRAMS = \
elements/y4menc \
$(check_metadata)
noinst_HEADERS = elements/mxfdemux.h
noinst_HEADERS = elements/mxfdemux.h elements/amrparse_data.h elements/aacparse_data.h
TESTS = $(check_PROGRAMS)
@ -106,5 +106,3 @@ LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
elements_timidity_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS)
elements_timidity_LDADD = $(GST_BASE_LIBS) $(LDADD)
elements_speexresample_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(AM_CFLAGS)
elements_speexresample_LDADD = $(GST_PLUGINS_BASE_LIBS) $(LDADD) -lgstaudio-$(GST_MAJORMINOR)