From bc86b6b288bfaac9fc15392fcc43b8e5789a7f15 Mon Sep 17 00:00:00 2001 From: Taylor Holberton Date: Sun, 13 Jan 2019 13:10:47 -0500 Subject: Added the 'attributes.h' header --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7042a3c..e3ed0ef 100644 --- a/Makefile +++ b/Makefile @@ -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)/ -- cgit v1.2.3