From 4b79ce2b242684b5c8118f02d710133df0347a7a Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Tue, 30 Jun 2015 22:10:03 +1000 Subject: [PATCH] options: disable build and tests --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 95a5b44d..9cb93b76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -172,8 +172,6 @@ UTIL_FILES = \ noise/lut.hpp \ noise/turbulence.hpp \ noise/turbulence.ipp \ - options.cpp \ - options.hpp \ pascal.cpp \ pascal.hpp \ plane.cpp \ @@ -330,7 +328,6 @@ TEST_BIN = \ test/md2 \ test/md4 \ test/md5 \ - test/options \ test/point \ test/polynomial \ test/pool \