From b3331d3f87acf97b02d77bae03a199fa955fca77 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 18 Mar 2016 12:46:34 +0100 Subject: [PATCH] installed headers as welll --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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