Fix make dist. 32/832/1
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 20 Jul 2011 14:48:51 +0000 (16:48 +0200)
committerAustin Yuan <shengquan.yuan@gmail.com>
Tue, 26 Jul 2011 06:07:32 +0000 (14:07 +0800)
test/Makefile.am
test/encode/Makefile.am
test/putsurface/Makefile.am
va/Makefile.am

index a4d1af5..c55f6cb 100644 (file)
@@ -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
index 7b42584..7e48fdd 100644 (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; \
index 45f62a0..0d67df0 100644 (file)
@@ -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 \
index de97e21..2130eb1 100644 (file)
@@ -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