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 08:54:08 +0000 (10:54 +0200)
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
test/decode/Makefile.am
va/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 7b77f71..1d03e9d 100644 (file)
@@ -128,4 +128,5 @@ DISTCLEANFILES = \
 
 EXTRA_DIST = \
        va_version.h.in         \
+       libva.syms              \
        $(NULL)