mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
installed headers as welll
This commit is contained in:
parent
f3cbb6ed25
commit
b3331d3f87
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -107,6 +107,8 @@ install: $(TARGETS) $(LIBS)
|
|||
install -m 0755 pipe $(PREFIX)/bin/s2ss-pipe
|
||||
install -m 0755 test $(PREFIX)/bin/s2ss-test
|
||||
install -m 0755 tools/s2ss.sh $(PREFIX)/bin/s2ss
|
||||
install -m 0755 -d $(PREFIX)/include/s2ss/
|
||||
install -m 0644 include/*.h $(PREFIX)/include/s2ss/
|
||||
ldconfig
|
||||
|
||||
release: all
|
||||
|
|
Loading…
Add table
Reference in a new issue