summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2010-02-12 12:21:01 +0000
committerAustin Yuan <shengquan.yuan@intel.com>2010-03-04 17:13:14 +0800
commit7520c3b0367a85f006e38d57e1af4663a1983ad9 (patch)
tree58c43c7e388ee6409fd288a569278f20c5a1245f
parent961bd722705fbae33c20ef928b207b74d7cef1a3 (diff)
Fix make dist (missing loadsurface.h).
-rw-r--r--test/putsurface/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/putsurface/Makefile.am b/test/putsurface/Makefile.am
index ebe036d..b0e20ba 100644
--- a/test/putsurface/Makefile.am
+++ b/test/putsurface/Makefile.am
@@ -29,6 +29,8 @@ TEST_LIBS = $(top_srcdir)/src/$(libvabackendlib) -lpthread
putsurface_LDADD = $(TEST_LIBS)
putsurface_SOURCES = putsurface.c
+EXTRA_DIST = loadsurface.h
+
valgrind: $(bin_PROGRAMS)
for a in $(bin_PROGRAMS); do \