Skip to content

Commit

Permalink
tinyalsa: add plugin.h to install path
Browse files Browse the repository at this point in the history
Export plugin.h so that it can be used by tinyalsa
clients.

Signed-off-by: Rohit kumar <rohitkr@codeaurora.org>
  • Loading branch information
Patrick Lai authored and Rohit kumar committed Apr 14, 2020
1 parent cb1d5fa commit d4d460e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit d4d460e

Please sign in to comment.