--- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9d22365..08c7395 100644 --- a/Makefile.am +++ b/Makefile.am @@ -382,7 +382,9 @@ builtin_modules += ubloxmodem builtin_sources += drivers/atmodem/atutil.h \ drivers/ubloxmodem/ubloxmodem.h \ drivers/ubloxmodem/ubloxmodem.c \ - drivers/ubloxmodem/gprs-context.c + drivers/ubloxmodem/gprs-context.c \ + drivers/ubloxmodem/lte.c + if PHONESIM -- 2.7.4