From 6a86d4bd3bc3b7208ccbcf6e704ff95b01cfa670 Mon Sep 17 00:00:00 2001 From: orbea Date: Wed, 20 Jan 2021 18:23:43 -0800 Subject: [PATCH] autoconf build: add src dir src/hostapi/skeleton to fix out of tree builds." --- Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.43.0