aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/pi_examples
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <bsteiner@google.com>2016-08-16 14:01:13 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-08-16 15:17:08 -0700
commit8b3d8c8b5e96036ec78e01292c56ce099c5a62ab (patch)
tree5942281d5ece05ae07c144031ea69c40f9691545 /tensorflow/contrib/pi_examples
parentf5abc68bd74a8ecec037acac3e0851419201fc48 (diff)
Merge changes from github.
Change: 130451359
Diffstat (limited to 'tensorflow/contrib/pi_examples')
-rw-r--r--tensorflow/contrib/pi_examples/camera/Makefile3
-rw-r--r--tensorflow/contrib/pi_examples/label_image/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/tensorflow/contrib/pi_examples/camera/Makefile b/tensorflow/contrib/pi_examples/camera/Makefile
index 2d14606400..d7dd3e131f 100644
--- a/tensorflow/contrib/pi_examples/camera/Makefile
+++ b/tensorflow/contrib/pi_examples/camera/Makefile
@@ -53,7 +53,8 @@ LIBS := \
-ldl \
-lpthread \
-lm \
--ljpeg
+-ljpeg \
+-lz
LIBFLAGS :=
EXECUTABLE_SRCS := tensorflow/contrib/pi_examples/camera/camera.cc
diff --git a/tensorflow/contrib/pi_examples/label_image/Makefile b/tensorflow/contrib/pi_examples/label_image/Makefile
index 1f310ec93b..511da285a9 100644
--- a/tensorflow/contrib/pi_examples/label_image/Makefile
+++ b/tensorflow/contrib/pi_examples/label_image/Makefile
@@ -52,7 +52,8 @@ LIBS := \
-ldl \
-lpthread \
-lm \
--ljpeg
+-ljpeg \
+-lz
LIBFLAGS :=
EXECUTABLE_SRCS := tensorflow/contrib/pi_examples/label_image/label_image.cc