From f694df66176e11061caf2ed56862020514bb9595 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 20 Feb 2015 17:19:40 +1100 Subject: [PATCH] build: add forgotten files to source list --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 00df58f3..574e0c9b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,11 +87,11 @@ UTIL_FILES = \ maths.ipp \ maths/matrix.cpp \ maths/matrix.hpp \ - maths/matrix.ipp \ maths/vector.cpp \ maths/vector.hpp \ matrix.cpp \ matrix.hpp \ + matrix.ipp \ memory.cpp \ memory.hpp \ net/address.cpp \ @@ -136,11 +136,11 @@ UTIL_FILES = \ random.ipp \ range.cpp \ range.hpp \ + range.ipp \ rational.cpp \ rational.hpp \ region.cpp \ region.hpp \ - region.ipp \ si.cpp \ signal.cpp \ signal.hpp \