diff options
author | Max Kellermann <max@duempel.org> | 2013-11-04 08:08:54 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-04 08:26:10 +0100 |
commit | 84f5e0c0de1f4adda01b63095979d5d0e3e00593 (patch) | |
tree | d098797ac36b5ace69a7f063070b656b3386bcc7 | |
parent | 2ce3900071f27f518de41048096ec4e419c4d627 (diff) |
Makefile.am: distribute missing files
-rw-r--r-- | Makefile.am | 5 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0572be240..e31b58a1a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1538,7 +1538,9 @@ noinst_PROGRAMS += src/pcm/dsd2pcm/dsd2pcm src_pcm_dsd2pcm_dsd2pcm_SOURCES = \ src/pcm/dsd2pcm/dsd2pcm.c src/pcm/dsd2pcm/dsd2pcm.h \ + src/pcm/dsd2pcm/dsd2pcm.hpp \ src/pcm/dsd2pcm/noiseshape.c src/pcm/dsd2pcm/noiseshape.h \ + src/pcm/dsd2pcm/noiseshape.hpp \ src/pcm/dsd2pcm/main.cpp src_pcm_dsd2pcm_dsd2pcm_LDADD = libutil.a @@ -1612,6 +1614,9 @@ endif # EXTRA_DIST = $(doc_DATA) autogen.sh \ + test/test_archive_bzip2.sh \ + test/test_archive_iso9660.sh \ + test/test_archive_zzip.sh \ $(wildcard scripts/*.sh) \ $(man_MANS) $(DOCBOOK_FILES) doc/mpdconf.example doc/doxygen.conf \ src/win/mpd_win32_rc.rc.in src/win/mpd.ico @@ -1,6 +1,7 @@ ver 0.18.1 (2013/11/??) * filter: - autoconvert: fix "volume_normalization" with mp3 files +* add missing files to source tarball ver 0.18 (2013/10/31) * configuration: |