aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2019-01-13 13:16:52 -0500
committerTaylor Holberton <taylorcholberton@gmail.com>2019-01-13 13:16:52 -0500
commitf6a348d4e74e82591ca1c71a37823802dcabce39 (patch)
tree42a45c601ceb1fe074f9d18469361f7e948394b0 /Makefile
parent3e06adbab73369ece01493c5e1cb982d7677b307 (diff)
parentbc86b6b288bfaac9fc15392fcc43b8e5789a7f15 (diff)
Merge branch 'develop'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)/