From: orbea Date: Thu, 21 Jan 2021 02:23:43 +0000 (-0800) Subject: autoconf build: add src dir src/hostapi/skeleton to fix out of tree builds." X-Git-Tag: v19.7.0~35 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=6a86d4bd3bc3b7208ccbcf6e704ff95b01cfa670;p=portaudio autoconf build: add src dir src/hostapi/skeleton to fix out of tree builds." --- diff --git a/Makefile.in b/Makefile.in index 5e1a764..967bba3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -146,6 +146,7 @@ SRC_DIRS = \ src/hostapi/dsound \ src/hostapi/jack \ src/hostapi/oss \ + src/hostapi/skeleton \ src/hostapi/wasapi \ src/hostapi/wdmks \ src/hostapi/wmme \