From 9dd8db0570b048d1c90c29b7cce210767defde59 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 22 Nov 2023 22:32:57 +0100 Subject: [PATCH] modems: avoid double inclusion of osmocom.c --- src/modems/project.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modems/project.conf b/src/modems/project.conf index 84e45bf..aebf98f 100644 --- a/src/modems/project.conf +++ b/src/modems/project.conf @@ -6,7 +6,7 @@ cflags=-W -Wall -g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector-all ldflags_force=`pkg-config --libs glib-2.0` ldflags=-Wl,-z,relro -Wl,-z,now includes=hayes.h -dist=Makefile,hayes/channel.h,hayes/command.h,hayes/common.h,hayes/pdu.h,hayes/quirks.h,osmocom.c +dist=Makefile,hayes/channel.h,hayes/command.h,hayes/common.h,hayes/pdu.h,hayes/quirks.h [debug] type=plugin