From 02a6c8bb447bd437e5523663cadfb3999c9540ea Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 8 Sep 2017 00:45:29 +0300 Subject: mobile: link the binary against libosmogapk Since GAPK has became a shared library - libosmogapk, it can be used for the voice capture / playback directly on the host side. This change adds the library as a dependency, and links the mobile application against it. Change-Id: I47054f32fec6780bdbe6f73b82aa446c4c7c1df4 --- src/host/layer23/src/mobile/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/host/layer23/src') diff --git a/src/host/layer23/src/mobile/Makefile.am b/src/host/layer23/src/mobile/Makefile.am index b99f69bb..1b912fcc 100644 --- a/src/host/layer23/src/mobile/Makefile.am +++ b/src/host/layer23/src/mobile/Makefile.am @@ -7,6 +7,7 @@ AM_CFLAGS = \ -Wall \ $(LIBOSMOCORE_CFLAGS) \ $(LIBOSMOGSM_CFLAGS) \ + $(LIBOSMOGAPK_CFLAGS) \ $(LIBGPS_CFLAGS) \ $(LIBLUA_CFLAGS) \ $(NULL) @@ -15,6 +16,7 @@ LDADD = \ $(top_srcdir)/src/common/liblayer23.a \ $(LIBOSMOCORE_LIBS) \ $(LIBOSMOCODEC_LIBS) \ + $(LIBOSMOGAPK_LIBS) \ $(LIBOSMOGSM_LIBS) \ $(LIBOSMOVTY_LIBS) \ $(LIBGPS_LIBS) \ -- cgit v1.2.3