diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-02-03 14:57:57 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-02-03 14:57:57 -0800 |
commit | a88b3a6bd7de2f00457f628e70349fe383919efd (patch) | |
tree | 7021b01300470291d4b2b8cbeb006e02003fe137 /src/libs/sig/Makefile.am | |
parent | 54f6812ecb6469f7c3008ee0246a20f6d8cc1c46 (diff) |
libs/sig: add sig_ops_clamp
Supply three sig_t *'s: value, min, max
Diffstat (limited to 'src/libs/sig/Makefile.am')
-rw-r--r-- | src/libs/sig/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/sig/Makefile.am b/src/libs/sig/Makefile.am index de96772..ce99edc 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_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_SOURCES = ops_abs.c ops_ceil.c ops_clamp.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 |