Distribute osmocom.c as well
This commit is contained in:
parent
991c7abf7a
commit
38b1ac539e
2
Makefile
2
Makefile
@ -88,7 +88,7 @@ dist:
|
|||||||
$(PACKAGE)-$(VERSION)/src/modems/sofia.c \
|
$(PACKAGE)-$(VERSION)/src/modems/sofia.c \
|
||||||
$(PACKAGE)-$(VERSION)/src/modems/hayes.h \
|
$(PACKAGE)-$(VERSION)/src/modems/hayes.h \
|
||||||
$(PACKAGE)-$(VERSION)/src/modems/Makefile \
|
$(PACKAGE)-$(VERSION)/src/modems/Makefile \
|
||||||
$(PACKAGE)-$(VERSION)/src/modems/purple.c \
|
$(PACKAGE)-$(VERSION)/src/modems/osmocom.c \
|
||||||
$(PACKAGE)-$(VERSION)/src/modems/project.conf \
|
$(PACKAGE)-$(VERSION)/src/modems/project.conf \
|
||||||
$(PACKAGE)-$(VERSION)/src/plugins/blacklist.c \
|
$(PACKAGE)-$(VERSION)/src/plugins/blacklist.c \
|
||||||
$(PACKAGE)-$(VERSION)/src/plugins/debug.c \
|
$(PACKAGE)-$(VERSION)/src/plugins/debug.c \
|
||||||
|
@ -4,7 +4,7 @@ cppflags=
|
|||||||
cflags_force=-W `pkg-config --cflags glib-2.0`
|
cflags_force=-W `pkg-config --cflags glib-2.0`
|
||||||
cflags=-Wall -g -O2 -pedantic -fPIC
|
cflags=-Wall -g -O2 -pedantic -fPIC
|
||||||
includes=hayes.h
|
includes=hayes.h
|
||||||
dist=Makefile,purple.c
|
dist=Makefile,osmocom.c
|
||||||
|
|
||||||
[debug]
|
[debug]
|
||||||
type=plugin
|
type=plugin
|
||||||
|
Loading…
Reference in New Issue
Block a user