From ef36b577c844d28e90ac276c59c0b4d0fbf853c7 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 5e1a7648..967bba38 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 \