diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2010-02-12 12:21:01 +0000 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2010-03-04 17:13:14 +0800 |
commit | 7520c3b0367a85f006e38d57e1af4663a1983ad9 (patch) | |
tree | 58c43c7e388ee6409fd288a569278f20c5a1245f | |
parent | 961bd722705fbae33c20ef928b207b74d7cef1a3 (diff) |
Fix make dist (missing loadsurface.h).
-rw-r--r-- | test/putsurface/Makefile.am | 2 |
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 \ |