libosmocore/src/coding
Vadim Yanitskiy 48c60f9771 fixup (partial revert): "coding: clean up Makefile.am"
This is a partial revert of "9dca9027 coding: clean up Makefile.am".

Even though libosmocoding does not use talloc API, it still depends on
this library indirectly via libosmo{core,codec,gsm}.  Furthermore, some
of libosmocore's header files do #include <osmocom/core/talloc.h>, and
thus #include <talloc.h> via this internal header.

Under Slackware 14.2 talloc.h header lives in /usr/include/samba-4.0,
and without $(TALLOC_CFLAGS) compilation of libmsocoding fails due
to the preprocessor failing to find this header.  The culprit is my
recent patch 9dca9027 removing $(TALLOC_CFLAGS) and $(TALLOC_LIBS).

Put $(TALLOC_CFLAGS) back to AM_CFLAGS;  it will likely be emply under
distributions having talloc.h header in the standard include dir.  The
$(TALLOC_LIBS) does not need to be resurrected because libtool will
add '-ltalloc' automatically for each libosmo*.la in LIBADD.

Change-Id: Ic1bd82159a827af21fe36bea998f8f58f732473a
Related: OS#5960
2023-03-31 05:10:52 +07:00
..
Makefile.am fixup (partial revert): "coding: clean up Makefile.am" 2023-03-31 05:10:52 +07:00
gsm0503_amr_dtx.c coding: add gsm0503_detect_a[fh]s_dtx_frame2() 2022-05-27 08:31:30 +00:00
gsm0503_coding.c Move libosmogsm TS 44.060 declarations under include/osmocom/gsm/ 2023-02-20 12:21:30 +01:00
gsm0503_interleaving.c Interleaving for CSD 2023-02-27 13:34:43 +00:00
gsm0503_mapping.c treewide: remove FSF address 2021-12-14 12:44:03 +01:00
gsm0503_parity.c treewide: remove FSF address 2021-12-14 12:44:03 +01:00
gsm0503_tables.c treewide: remove FSF address 2021-12-14 12:44:03 +01:00
libosmocoding.map Interleaving for CSD 2023-02-27 13:34:43 +00:00