8 lines
212 B
Makefile
8 lines
212 B
Makefile
EXTRA_DIST = cvstreams.h
|
|
|
|
# The directory where the include files will be installed
|
|
libcvincludedir = $(includedir)/opencv
|
|
|
|
# Which header files to install
|
|
libcvinclude_HEADERS = cv.h cvcompat.h cvtypes.h cv.hpp
|