From 54f6812ecb6469f7c3008ee0246a20f6d8cc1c46 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 3 Feb 2020 14:28:51 -0800 Subject: libs/sig: add ops_{abs,ceil,floor,pow,round} Added a simple test exercising pow and round --- src/libs/sig/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/sig/Makefile.am') diff --git a/src/libs/sig/Makefile.am b/src/libs/sig/Makefile.am index 55032b4..de96772 100644 --- a/src/libs/sig/Makefile.am +++ b/src/libs/sig/Makefile.am @@ -1,3 +1,3 @@ noinst_LIBRARIES = libsig.a -libsig_a_SOURCES = ops_const.c ops_lerp.c ops_mult.c ops_rand.c ops_sin.c sig.c sig.h +libsig_a_SOURCES = ops_abs.c ops_ceil.c ops_const.c ops_floor.c ops_lerp.c ops_mult.c ops_pow.c ops_rand.c ops_round.c ops_sin.c sig.c sig.h libsig_a_CPPFLAGS = -I@top_srcdir@/src -- cgit v1.2.1