aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Holberton <tay10r@protonmail.com>2020-04-14 01:37:24 -0400
committerGitHub <noreply@github.com>2020-04-14 01:37:24 -0400
commit2feb925cedc25a761d35e32edc37a54a11ebad1d (patch)
tree4cd0529469ff3324028ccd61d62888d6fcee61b0
parentcb1d5fa164e23c9389cd7aae8c45c04db95309f9 (diff)
parentd4d460e905f841f07cda70a4e6d3a4a88f0db3df (diff)
Merge pull request #150 from rohkkumar/plugin
tinyalsa: add plugin.h to install path
-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