diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2008-08-18 22:23:10 +1000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2008-08-18 22:23:10 +1000 |
commit | fa5a4eb7ca88c0326cc018e2c11c35c4316c5a9f (patch) | |
tree | 9be744b638e5bf7602d3306ad76490df3a2a4126 /examples | |
parent | ba8ec3b8548309e97d2fae03722019f952bc2a79 (diff) |
examples/Makefile.am : Add file test-sndfile-bwf-set.py to EXTRA_DIST.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index e93d03e..db048fe 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -7,7 +7,7 @@ noinst_PROGRAMS = make_sine sfprocess list_formats generate sndfilehandle # This is the BeOS version of sndfile-play. It needs to be compiled with the C++ # compiler. -EXTRA_DIST = sndfile-play-beos.cpp +EXTRA_DIST = sndfile-play-beos.cpp test-sndfile-bwf-set.py OS_SPECIFIC_CFLAGS = @OS_SPECIFIC_CFLAGS@ OS_SPECIFIC_LINKS = @OS_SPECIFIC_LINKS@ |