Skip to content

Commit

Permalink
Merge pull request #122 from conglisc/v2.0.0
Browse files Browse the repository at this point in the history
Fixed issue #103 for v2.0.0
  • Loading branch information
hildrum committed May 29, 2015
2 parents cac0ce2 + 1a0713d commit 1c1ea4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/HTTPStreamRead/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.PHONY: all standalone distributed clean

STREAMS_INET_TOOLKIT ?=../../com.ibm.streamsx.inet
STREAMS_INET_TOOLKIT ?=../../com.ibm.streamsx.inet:${STREAMS_INSTALL}/toolkits/com.ibm.streamsx.inet
SPLC_FLAGS ?= -a -t $(STREAMS_INET_TOOLKIT)
SPLC = $(STREAMS_INSTALL)/bin/sc
SPL_CMD_ARGS ?=
Expand Down
2 changes: 1 addition & 1 deletion samples/InetSource/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.PHONY: all standalone distributed clean

STREAMS_INET_TOOLKIT ?=../../com.ibm.streamsx.inet
STREAMS_INET_TOOLKIT ?=../../com.ibm.streamsx.inet:${STREAMS_INSTALL}/toolkits/com.ibm.streamsx.inet
SPLC_FLAGS ?= -a -t $(STREAMS_INET_TOOLKIT)
SPLC = $(STREAMS_INSTALL)/bin/sc
SPL_CMD_ARGS ?=
Expand Down
2 changes: 1 addition & 1 deletion samples/InetSourceDynamicURL/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.PHONY: all standalone distributed clean

STREAMS_INET_TOOLKIT ?=../../com.ibm.streamsx.inet
STREAMS_INET_TOOLKIT ?=../../com.ibm.streamsx.inet:${STREAMS_INSTALL}/toolkits/com.ibm.streamsx.inet
SPLC_FLAGS ?= -a -t $(STREAMS_INET_TOOLKIT)
SPLC = $(STREAMS_INSTALL)/bin/sc
SPL_CMD_ARGS ?=
Expand Down

0 comments on commit 1c1ea4c

Please sign in to comment.