X-Git-Url: http://git.maemo.org/git/?p=opencv;a=blobdiff_plain;f=tests%2Fcxcore%2Fsrc%2FMakefile.am;h=268e0ae7ad98b6a1b1ae276b642fb74aaee32c73;hp=906b18844311781021f8b17afea1b7dff5374495;hb=80cd7b93506cc1926882d5fd08a2c74ee9359e29;hpb=467a270adf12425827305759c0c4ea8f5b2b3854 diff --git a/tests/cxcore/src/Makefile.am b/tests/cxcore/src/Makefile.am index 906b188..268e0ae 100644 --- a/tests/cxcore/src/Makefile.am +++ b/tests/cxcore/src/Makefile.am @@ -1,3 +1,6 @@ +# use the default c++ flags +AM_CXXFLAGS=@DEF_CXXFLAGS@ + EXTRA_DIST = precomp.cpp cxcoretest.dsp cxcoretest.vcproj INCLUDES = \ @@ -13,6 +16,7 @@ cxcoretest_SOURCES = \ adatastruct.cpp \ adxt.cpp \ amath.cpp \ + asolvepoly.cpp \ cxcoretest_main.cpp cxcoretest_LDADD = \ $(top_builddir)/tests/cxts/libcxts.la \