Commit 0d25dbe4 authored by Gwenole Beauchesne's avatar Gwenole Beauchesne Committed by Austin Yuan

Fix make dist.

parent 9370f608
......@@ -25,3 +25,4 @@ AM_CFLAGS = -I$(top_srcdir)/va -I$(top_srcdir)/test/basic -I$(top_srcdir)/src/x1
SUBDIRS = basic decode encode putsurface vainfo
EXTRA_DIST = loadsurface.h loadsurface_yuv.h
\ No newline at end of file
......@@ -32,6 +32,8 @@ h264encode_SOURCES = h264encode_x11.c
avcenc_LDADD= $(TEST_LIBS)
avcenc_SOURCES= avcenc.c
EXTRA_DIST = h264encode_common.c
valgrind: $(bin_PROGRAMS)
for a in $(bin_PROGRAMS); do \
valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
......
......@@ -29,8 +29,7 @@ TEST_LIBS = $(top_builddir)/va/$(libvabackendlib) -lpthread
putsurface_LDADD = $(TEST_LIBS)
putsurface_SOURCES = putsurface_x11.c
EXTRA_DIST = loadsurface.h
EXTRA_DIST = putsurface_common.c
valgrind: $(bin_PROGRAMS)
for a in $(bin_PROGRAMS); do \
......
......@@ -49,6 +49,9 @@ libva_source_h = \
$(NULL)
libva_source_h_priv = \
sysdeps.h \
va_fool.h \
va_trace.h \
$(NULL)
lib_LTLIBRARIES = libva.la
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment