From: Tanu Kaskinen Date: Thu, 23 Jan 2014 18:34:58 +0000 (+0200) Subject: build-sys: Add tests/runtime-test-util.h to the tarball X-Git-Url: https://code.delx.au/pulseaudio/commitdiff_plain/0779caf3e8cf393331f45e137beea95222db34c2 build-sys: Add tests/runtime-test-util.h to the tarball The file is used by three test binaries, but none of them mentioned it in Makefile.am, which caused the file to be left out of the tarball. --- diff --git a/src/Makefile.am b/src/Makefile.am index 83046a6e..0d3ab0b1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -507,17 +507,17 @@ proplist_test_LDADD = $(AM_LDADD) libpulsecore-@PA_MAJORMINOR@.la libpulse.la li proplist_test_CFLAGS = $(AM_CFLAGS) $(LIBCHECK_CFLAGS) proplist_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS) $(LIBCHECK_LIBS) -cpu_test_SOURCES = tests/cpu-test.c +cpu_test_SOURCES = tests/cpu-test.c tests/runtime-test-util.h cpu_test_LDADD = $(AM_LDADD) libpulsecore-@PA_MAJORMINOR@.la libpulse.la libpulsecommon-@PA_MAJORMINOR@.la cpu_test_CFLAGS = $(AM_CFLAGS) $(LIBCHECK_CFLAGS) cpu_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS) $(LIBCHECK_LIBS) -mult_s16_test_SOURCES = tests/mult-s16-test.c +mult_s16_test_SOURCES = tests/mult-s16-test.c tests/runtime-test-util.h mult_s16_test_LDADD = $(AM_LDADD) libpulsecore-@PA_MAJORMINOR@.la libpulse.la libpulsecommon-@PA_MAJORMINOR@.la mult_s16_test_CFLAGS = $(AM_CFLAGS) $(LIBCHECK_CFLAGS) mult_s16_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS) $(LIBCHECK_LIBS) -mix_special_test_SOURCES = tests/mix-special-test.c +mix_special_test_SOURCES = tests/mix-special-test.c tests/runtime-test-util.h mix_special_test_LDADD = $(AM_LDADD) libpulsecore-@PA_MAJORMINOR@.la libpulse.la libpulsecommon-@PA_MAJORMINOR@.la mix_special_test_CFLAGS = $(AM_CFLAGS) $(LIBCHECK_CFLAGS) mix_special_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS) $(LIBCHECK_LIBS)