diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2019-01-13 13:10:47 -0500 |
---|---|---|
committer | Taylor Holberton <taylorcholberton@gmail.com> | 2019-01-13 13:10:47 -0500 |
commit | bc86b6b288bfaac9fc15392fcc43b8e5789a7f15 (patch) | |
tree | 42a45c601ceb1fe074f9d18469361f7e948394b0 /Makefile | |
parent | b38b6a670c359e497926d799cea4d9c80d561eab (diff) |
Added the 'attributes.h' header
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ clean: .PHONY: install install: install -d $(DESTDIR)$(INCDIR)/ + install include/tinyalsa/attributes.h $(DESTDIR)$(INCDIR)/ install include/tinyalsa/pcm.h $(DESTDIR)$(INCDIR)/ install include/tinyalsa/mixer.h $(DESTDIR)$(INCDIR)/ install include/tinyalsa/asoundlib.h $(DESTDIR)$(INCDIR)/ |