aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-04-12 19:36:47 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-04-13 15:51:43 +0200
commitce820763c1c527856e8f75719b958de77d8c74aa (patch)
tree3c4f88488e3c0da6a54119ba1d475bdd3c5d2a85 /src/Makefile.am
parent5c962c2f3eb1c4e1497edf0f540006c76deb06fd (diff)
jibuf: Add initial implementation of Jitter Buffer
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 81a55b4..79e3685 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,6 +18,7 @@ libosmonetif_la_SOURCES = amr.c \
datagram.c \
ipa.c \
ipa_unit.c \
+ jibuf.c \
osmux.c \
rs232.c \
rtp.c \