From 5fea995a4d6c0d97f59fb063c78516c705a4990f Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Tue, 5 Jun 2012 23:44:31 +1000 Subject: [PATCH] Include detail/coord.hpp in source list --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 5066d1d6..9f77693a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,7 @@ UTIL_FILES = \ bsdsum.cpp \ colour.cpp \ colour.hpp \ + detail/coord.hpp \ crc.cpp \ crc.hpp \ debug.cpp \