OSDN Git Service

build: fix make dist.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 28 Jun 2012 08:54:08 +0000 (10:54 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 28 Jun 2012 09:01:48 +0000 (11:01 +0200)
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
test/decode/Makefile.am
test/v4l_h264/Makefile.am
test/v4l_h264/decode/Makefile.am
test/v4l_h264/encode/Makefile.am

index c1d3798..918c031 100644 (file)
@@ -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)
index 4fbaa67..377850a 100644 (file)
@@ -21,3 +21,7 @@
 # USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 SUBDIRS = encode decode
+
+EXTRA_DIST = \
+       README.txt              \
+       $(NULL)
index 85dc07b..4cd30e1 100644 (file)
@@ -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)
index 875208b..999c440 100644 (file)
@@ -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)