1
0
Fork 0
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:
Steffen Vogel 2016-03-18 12:46:34 +01:00
parent f3cbb6ed25
commit b3331d3f87

View file

@ -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