~thopiekar/emgd/libva-1.0.12-github_community

« back to all changes in this revision

Viewing changes to test/putsurface/Makefile.am

  • Committer: Austin Yuan
  • Date: 2010-03-24 02:43:53 UTC
  • mfrom: (0.1.137)
  • Revision ID: git-v1:92e17d62fd6a9249906e284a28926010dc2c1639
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into sync-fdo-master

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
bin_PROGRAMS = putsurface
24
24
 
25
 
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/x11 -DIN_LIBVA
 
25
AM_CFLAGS = -I$(top_srcdir)/va -I$(top_srcdir)/src/x11
26
26
 
27
 
TEST_LIBS = $(top_srcdir)/src/$(libvabackendlib)
 
27
TEST_LIBS = $(top_srcdir)/va/$(libvabackendlib) -lpthread
28
28
 
29
29
putsurface_LDADD = $(TEST_LIBS)
30
30
putsurface_SOURCES = putsurface.c
31
31
 
 
32
EXTRA_DIST = loadsurface.h
 
33
 
32
34
 
33
35
valgrind:       $(bin_PROGRAMS)
34
36
        for a in $(bin_PROGRAMS); do \