diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-11-03 15:45:56 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-11-03 15:45:56 +0100 |
commit | 5f9d33dedb13254ff400e5e0af114bfba3152a09 (patch) | |
tree | c4825b946f961a7bb0913b432921a081c30f7d00 /Makefile.am | |
parent | e1063412e2a496236ca36bd537c3d82e83fdcd90 (diff) |
Add zita-resampler to the project as a submodule and remove system dependency.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cce80d3..7014a8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,4 +20,9 @@ EXTRA_DIST = \ \ pugixml/src/pugixml.hpp \ pugixml/src/pugiconfig.hpp \ - pugixml/src/pugixml.cpp + pugixml/src/pugixml.cpp \ +\ + 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 |