aboutsummaryrefslogtreecommitdiffstats
path: root/src/jolly
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2023-01-20 18:13:11 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2023-01-21 15:15:52 +0100
commit9f662d309f8600aaa5973031f986c94306333ef0 (patch)
treecf99e046cbdcfe05fc81eccb6443f4bd2ac0d89d /src/jolly
parentffaed13648706a559576856293c2d4f233b9582a (diff)
Add libselect to use select instead of polling all file descriptors
Diffstat (limited to 'src/jolly')
-rw-r--r--src/jolly/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jolly/Makefile.am b/src/jolly/Makefile.am
index a968f89..f78fb49 100644
--- a/src/jolly/Makefile.am
+++ b/src/jolly/Makefile.am
@@ -20,6 +20,7 @@ jollycom_LDADD = \
$(top_builddir)/src/libsquelch/libsquelch.a \
$(top_builddir)/src/libdtmf/libdtmf.a \
$(top_builddir)/src/libtimer/libtimer.a \
+ $(top_builddir)/src/libselect/libselect.a \
$(top_builddir)/src/libsamplerate/libsamplerate.a \
$(top_builddir)/src/libemphasis/libemphasis.a \
$(top_builddir)/src/libfilter/libfilter.a \