1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fixing merge: random => signal

This commit is contained in:
Steffen Vogel 2015-12-11 12:37:18 +01:00
parent 99efd4368c
commit 9003465aba
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -6,6 +6,6 @@
server
pipe
test
random
signal
thirdparty/

View file

@ -97,7 +97,7 @@ libs2ss.so: $(LIB_OBJS)
install: $(TARGETS) $(LIBS)
install -m 0644 libs2ss.so $(PREFIX)/lib
install -m 0755 server -T $(PREFIX)/bin/s2ss-server
install -m 0755 random $(PREFIX)/bin/s2ss-random
install -m 0755 signal $(PREFIX)/bin/s2ss-signal
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