modems: avoid double inclusion of osmocom.c

This commit is contained in:
Pierre Pronchery 2023-11-22 22:32:57 +01:00
parent 93d024e13e
commit 9dd8db0570

View File

@ -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_force=`pkg-config --libs glib-2.0`
ldflags=-Wl,-z,relro -Wl,-z,now ldflags=-Wl,-z,relro -Wl,-z,now
includes=hayes.h 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] [debug]
type=plugin type=plugin