From 3f909dd27341c3d09fc368601056de1e9912cd04 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 9 May 2014 13:12:44 +1000 Subject: [PATCH] build: redefine misplaced header --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1f32fe9d..723549ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,6 @@ UTIL_FILES = \ extent.hpp \ fixed.cpp \ fixed.hpp \ - fletcher.hpp \ float.cpp \ float.hpp \ fourcc.cpp \ @@ -47,6 +46,7 @@ UTIL_FILES = \ hash/bsdsum.cpp \ hash/crc.cpp \ hash/crc.hpp \ + hash/fletcher.hpp \ hash/md2.cpp \ hash/md2.hpp \ hash/md4.cpp \