diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2018-08-14 15:59:52 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2018-08-14 16:00:41 -0400 |
commit | 6ff5eb44cb6d85a7349c2ae45e7e4577fee9b08c (patch) | |
tree | af2e4e215a9a76445c0b9d474dcaf3f2a864bccc | |
parent | a93bb626c991cc434e9d5da9c39affb823552173 (diff) |
makefile: opencv: Fix header names in noinst_HEADERS
This should fix missing gstcameracalibrate.h and gstcameraundistort.h
missing into generated tarballs.
-rw-r--r-- | ext/opencv/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/opencv/Makefile.am b/ext/opencv/Makefile.am index c6e15e4a4..c51719a82 100644 --- a/ext/opencv/Makefile.am +++ b/ext/opencv/Makefile.am @@ -78,8 +78,8 @@ noinst_HEADERS = \ gstdewarp.h camerautils.hpp \ cameraevent.hpp \ - gstcameracalibrate.hpp \ - gstcameraundistort.hpp + gstcameracalibrate.h \ + gstcameraundistort.h opencv_haarcascadesdir = $(pkgdatadir)/$(GST_API_VERSION)/opencv_haarcascades opencv_haarcascades_DATA = fist.xml palm.xml |