From: Gwenole Beauchesne Date: Fri, 12 Feb 2010 12:21:01 +0000 (+0000) Subject: Fix make dist (missing loadsurface.h). X-Git-Tag: 20100324_5.3.0.0000^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7520c3b0367a85f006e38d57e1af4663a1983ad9;p=profile%2Fivi%2Flibva.git Fix make dist (missing loadsurface.h). --- 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 \