From 72b0d35e6c52a13f133e26b74b2414cf94fbc8e8 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 13 Mar 2021 17:09:20 +0100 Subject: Initial commit --- src/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..761af8d --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,21 @@ +AUTOMAKE_OPTIONS = foreign + +SUBDIRS = \ + liboptions \ + libdebug \ + libsample \ + libsamplerate \ + libfilter \ + libtimer \ + libjitter \ + libosmocc \ + libg711 + +if HAVE_ALSA +SUBDIRS += \ + libsound +endif + +SUBDIRS += \ + telephone + -- cgit v1.2.3