diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-09-19 15:28:37 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-09-19 15:28:37 +0200 |
commit | 7545748544aa0b3c5de36643e3eaf95228cf7ccd (patch) | |
tree | b56be1e37781a42913dbb704b409f9959a8606d6 /Makefile.am | |
parent | 7016c8844cdbb0489345a9255972380a79760b20 (diff) |
Add uunit to dist files.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7014a8a..4196db7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,4 +25,7 @@ EXTRA_DIST = \ zita-resampler/libs/resampler.cc \ zita-resampler/libs/resampler-table.cc \ zita-resampler/libs/zita-resampler/resampler-table.h \ - zita-resampler/libs/zita-resampler/resampler.h + zita-resampler/libs/zita-resampler/resampler.h \ +\ + test/uunit/uunit.h \ + test/uunit/uunit.cc |