diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-02-03 04:06:30 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-02-03 04:06:30 -0800 |
commit | d583e88bf3372e23afe7c52510b19aeffcdc32fa (patch) | |
tree | c9122c1240998c2832a6fc7ae5175b2a7c13b3dd /src/libs/sig/Makefile.am | |
parent | ba74a824658f7f59add288d28006ff48bf46b963 (diff) |
libs/sig: intrduce sig_ops_const
The simplest of signals: a constant value.
The immediate need for this is to convert ops_sin_ctxt_t.hz to
another sig_t enabling varying hz with time, while still being
able to have a fixed hz as well.
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 4787b5a..4c41f41 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_mult.c ops_sin.c sig.c sig.h +libsig_a_SOURCES = ops_const.c ops_mult.c ops_sin.c sig.c sig.h libsig_a_CPPFLAGS = -I@top_srcdir@/src |