Mercurial > hg > sv-dependency-builds
annotate src/liblo-0.26/Makefile.am @ 164:9fa11135915a
This Mac compatibility fix appears to work, resolving SourceForge issue #273 Port Audio Fail on MacOS Catalina (10.15) - merging back
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 31 Oct 2019 13:20:41 +0000 |
parents | 8a15ff55d9af |
children |
rev | line source |
---|---|
cannam@89 | 1 SUBDIRS = src examples lo build @DOXYGEN@ |
cannam@89 | 2 |
cannam@89 | 3 EXTRA_DIST = libtool ltmain.sh autogen.sh |
cannam@89 | 4 |
cannam@89 | 5 pkgconfigdir = $(libdir)/pkgconfig |
cannam@89 | 6 pkgconfig_DATA = liblo.pc |
cannam@89 | 7 |
cannam@89 | 8 test: all |
cannam@89 | 9 (cd src && make test) |