diff options
author | Patrick Lai <plai@codeaurora.org> | 2020-03-16 15:04:24 +0530 |
---|---|---|
committer | Rohit kumar <rohkumar@qti.qualcomm.com> | 2020-04-14 10:43:11 +0530 |
commit | d4d460e905f841f07cda70a4e6d3a4a88f0db3df (patch) | |
tree | 4cd0529469ff3324028ccd61d62888d6fcee61b0 /Makefile | |
parent | cb1d5fa164e23c9389cd7aae8c45c04db95309f9 (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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |