Mercurial > hg > sv-dependency-builds
annotate src/portaudio_20140130/bindings/cpp/include/Makefile.am @ 83:ae30d91d2ffe
Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author | Chris Cannam |
---|---|
date | Fri, 07 Feb 2020 11:51:13 +0000 |
parents | 7ddb4fc30dac |
children |
rev | line source |
---|---|
Chris@39 | 1 pkginclude_HEADERS = \ |
Chris@39 | 2 portaudiocpp/AutoSystem.hxx \ |
Chris@39 | 3 portaudiocpp/BlockingStream.hxx \ |
Chris@39 | 4 portaudiocpp/CallbackInterface.hxx \ |
Chris@39 | 5 portaudiocpp/CallbackStream.hxx \ |
Chris@39 | 6 portaudiocpp/CFunCallbackStream.hxx \ |
Chris@39 | 7 portaudiocpp/CppFunCallbackStream.hxx \ |
Chris@39 | 8 portaudiocpp/Device.hxx \ |
Chris@39 | 9 portaudiocpp/DirectionSpecificStreamParameters.hxx \ |
Chris@39 | 10 portaudiocpp/Exception.hxx \ |
Chris@39 | 11 portaudiocpp/HostApi.hxx \ |
Chris@39 | 12 portaudiocpp/InterfaceCallbackStream.hxx \ |
Chris@39 | 13 portaudiocpp/MemFunCallbackStream.hxx \ |
Chris@39 | 14 portaudiocpp/PortAudioCpp.hxx \ |
Chris@39 | 15 portaudiocpp/SampleDataFormat.hxx \ |
Chris@39 | 16 portaudiocpp/Stream.hxx \ |
Chris@39 | 17 portaudiocpp/StreamParameters.hxx \ |
Chris@39 | 18 portaudiocpp/SystemDeviceIterator.hxx \ |
Chris@39 | 19 portaudiocpp/SystemHostApiIterator.hxx \ |
Chris@39 | 20 portaudiocpp/System.hxx |
Chris@39 | 21 |
Chris@39 | 22 # portaudiocpp/AsioDeviceAdapter.hxx |