about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b5ee9c8..c0bf149 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ clean:
 	$(MAKE) -C tests clean
 
 install-header:
-	install -m 644 $(H)
+	install -m 644 $(H) $(PREFIX)/include
 
 install-static: $(SNAME)
 	install -m 755 $(SNAME) $(PREFIX)/lib64
@@ -48,4 +48,3 @@ install-shared: $(DNAME)
 	install -m 755 $(DNAME) $(PREFIX)/lib64
 
 install: install-header install-static install-shared
-