X-Git-Url: http://git.maemo.org/git/?p=opencv;a=blobdiff_plain;f=include%2FMakefile.am;fp=include%2FMakefile.am;h=a08a0d5252128db8f05a4f4588681059cc533037;hp=0000000000000000000000000000000000000000;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hpb=454138ff8a20f6edb9b65a910101403d8b520643 diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..a08a0d5 --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1,25 @@ +# these headers will be installed in /usr/local/include/opencv typically +# the OpenCV Framework might only bring a subset, listed in the toplevel opencv/Makefile.am in FRAMEWORK_XHEADERS + +pkginclude_HEADERS = \ + opencv/cv.h \ + opencv/cv.hpp \ + opencv/cvaux.h \ + opencv/cvaux.hpp \ + opencv/cvcompat.h \ + opencv/cvstreams.h \ + opencv/cxmat.hpp \ + opencv/cvtypes.h \ + opencv/cvver.h \ + opencv/cvvidsurv.hpp \ + opencv/cvwimage.h \ + opencv/cxcore.h \ + opencv/cxcore.hpp \ + opencv/cxerror.h \ + opencv/cxflann.h \ + opencv/cxmisc.h \ + opencv/cxoperations.hpp \ + opencv/cxtypes.h \ + opencv/highgui.h \ + opencv/highgui.hpp \ + opencv/ml.h