From f95fa951afac718449bb607db107504892df05c0 Mon Sep 17 00:00:00 2001 From: nkbj Date: Sat, 17 Jan 2015 08:49:18 +0000 Subject: [PATCH] Add utilsvideo.cpp to the source list when using the autotools build system. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 3a682804..57571aef 100644 --- a/src/Makefile +++ b/src/Makefile @@ -122,6 +122,7 @@ CCSRC += preview.cpp \ tiffimage.cpp \ tiffvisitor.cpp \ types.cpp \ + utilsvideo.cpp \ value.cpp \ version.cpp \ xmp.cpp \