summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-06-28 10:54:08 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-06-28 11:01:48 +0200
commit352f37a27c423cff2d6cdf4ba02bc0a7704f7f9e (patch)
treecf4df4879ec74449091ed7bf7cfebf6e85ec4dbc
parent55d57a27428b692ce1f61facfe819bb232347c4c (diff)
build: fix make dist.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
-rw-r--r--test/decode/Makefile.am5
-rw-r--r--test/v4l_h264/Makefile.am4
-rw-r--r--test/v4l_h264/decode/Makefile.am4
-rw-r--r--test/v4l_h264/encode/Makefile.am4
4 files changed, 17 insertions, 0 deletions
diff --git a/test/decode/Makefile.am b/test/decode/Makefile.am
index c1d3798..918c031 100644
--- a/test/decode/Makefile.am
+++ b/test/decode/Makefile.am
@@ -36,3 +36,8 @@ valgrind: $(bin_PROGRAMS)
for a in $(bin_PROGRAMS); do \
valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
done
+
+EXTRA_DIST = \
+ tinyjpeg.h \
+ tinyjpeg-internal.h \
+ $(NULL)
diff --git a/test/v4l_h264/Makefile.am b/test/v4l_h264/Makefile.am
index 4fbaa67..377850a 100644
--- a/test/v4l_h264/Makefile.am
+++ b/test/v4l_h264/Makefile.am
@@ -21,3 +21,7 @@
# USE OR OTHER DEALINGS IN THE SOFTWARE.
SUBDIRS = encode decode
+
+EXTRA_DIST = \
+ README.txt \
+ $(NULL)
diff --git a/test/v4l_h264/decode/Makefile.am b/test/v4l_h264/decode/Makefile.am
index 85dc07b..4cd30e1 100644
--- a/test/v4l_h264/decode/Makefile.am
+++ b/test/v4l_h264/decode/Makefile.am
@@ -35,3 +35,7 @@ valgrind: $(bin_PROGRAMS)
for a in $(bin_PROGRAMS); do \
valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
done
+
+EXTRA_DIST = \
+ TCPSocketServer.h \
+ $(NULL)
diff --git a/test/v4l_h264/encode/Makefile.am b/test/v4l_h264/encode/Makefile.am
index 875208b..999c440 100644
--- a/test/v4l_h264/encode/Makefile.am
+++ b/test/v4l_h264/encode/Makefile.am
@@ -35,3 +35,7 @@ valgrind: $(bin_PROGRAMS)
for a in $(bin_PROGRAMS); do \
valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
done
+
+EXTRA_DIST = \
+ TCPSocketClient.h \
+ $(NULL)