diff options
Diffstat (limited to 'ext/opencv/Makefile.am')
-rw-r--r-- | ext/opencv/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opencv/Makefile.am b/ext/opencv/Makefile.am index a87e96729..6776ad1c7 100644 --- a/ext/opencv/Makefile.am +++ b/ext/opencv/Makefile.am @@ -10,7 +10,7 @@ libgstopencv_la_SOURCES = gstopencv.cpp \ gstcverode.cpp \ gstcvlaplace.cpp \ gstcvsmooth.cpp \ - gstcvsobel.c \ + gstcvsobel.cpp \ gstedgedetect.cpp \ gstfaceblur.cpp \ gsthanddetect.cpp \ |