X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=tests%2Fcv%2Fsrc%2FMakefile.am;fp=tests%2Fcv%2Fsrc%2FMakefile.am;h=1c3264f1dc4f16f3d302f2e2a1166c1d884bb792;hb=80cd7b93506cc1926882d5fd08a2c74ee9359e29;hp=fef025aa5e9b9f4a1793515de2c7d4ac66528975;hpb=467a270adf12425827305759c0c4ea8f5b2b3854;p=opencv diff --git a/tests/cv/src/Makefile.am b/tests/cv/src/Makefile.am index fef025a..1c3264f 100644 --- a/tests/cv/src/Makefile.am +++ b/tests/cv/src/Makefile.am @@ -1,3 +1,6 @@ +# use the default c++ flags +AM_CXXFLAGS=@DEF_CXXFLAGS@ + INCLUDES = \ -I. \ -I$(top_srcdir)/tests/cxts \ @@ -27,6 +30,7 @@ cvtest_SOURCES = \ amotiontemplates.cpp amotseg.cpp aoptflowhs.cpp \ aoptflowlk.cpp aoptflowpyrlk.cpp aposit.cpp \ apyrsegmentation.cpp asnakes.cpp asubdivisions.cpp \ + akdtree.cpp \ atemplmatch.cpp athresh.cpp cvtest.cpp tsysa.cpp cvtest_LDADD = \ $(top_builddir)/tests/cxts/libcxts.la \