diff --git a/Makefile b/Makefile index d0a384176..2868b60dc 100644 --- a/Makefile +++ b/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