aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lai <plai@codeaurora.org>2020-03-16 15:04:24 +0530
committerRohit kumar <rohkumar@qti.qualcomm.com>2020-04-14 10:43:11 +0530
commitd4d460e905f841f07cda70a4e6d3a4a88f0db3df (patch)
tree4cd0529469ff3324028ccd61d62888d6fcee61b0
parentcb1d5fa164e23c9389cd7aae8c45c04db95309f9 (diff)
tinyalsa: add plugin.h to install path
Export plugin.h so that it can be used by tinyalsa clients. Signed-off-by: Rohit kumar <rohitkr@codeaurora.org>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ab36222..5fabb31 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@ install:
install include/tinyalsa/mixer.h $(DESTDIR)$(INCDIR)/
install include/tinyalsa/asoundlib.h $(DESTDIR)$(INCDIR)/
install include/tinyalsa/version.h $(DESTDIR)$(INCDIR)/
+ install include/tinyalsa/plugin.h $(DESTDIR)$(INCDIR)/
$(MAKE) -C src install
$(MAKE) -C utils install
$(MAKE) -C doxygen install