fix: makefile should install only api.h header
This commit is contained in:
parent
6d41d99990
commit
b412d86f19
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -67,7 +67,7 @@ install: all
|
|||
ln -sf libtree-sitter.$(SOEXTVER) '$(DESTDIR)$(LIBDIR)'/libtree-sitter.$(SOEXT)
|
||||
|
||||
install -d '$(DESTDIR)$(INCLUDEDIR)'/tree_sitter
|
||||
install -m644 lib/include/tree_sitter/*.h '$(DESTDIR)$(INCLUDEDIR)'/tree_sitter/
|
||||
install -m644 lib/include/tree_sitter/api.h '$(DESTDIR)$(INCLUDEDIR)'/tree_sitter/
|
||||
|
||||
install -d '$(DESTDIR)$(PCLIBDIR)'
|
||||
install -m644 tree-sitter.pc '$(DESTDIR)$(PCLIBDIR)'/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue