diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-02-03 15:02:14 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-02-03 15:02:14 -0800 |
commit | da8c82023ed772ab91a71d034d8995373704f58e (patch) | |
tree | 2f970d653e4269083ee73d1764fec8be1e957a4f /src/libs/sig/Makefile.am | |
parent | a88b3a6bd7de2f00457f628e70349fe383919efd (diff) |
libs/sig: add sig_ops_{max,min}
Supply two sig_t *'s: a, b
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 ce99edc..efec325 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_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_SOURCES = ops_abs.c ops_ceil.c ops_clamp.c ops_const.c ops_floor.c ops_lerp.c ops_max.c ops_min.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 |