Distribute osmocom.c as well

This commit is contained in:
Pierre Pronchery 2012-07-05 22:18:31 +00:00
parent 991c7abf7a
commit 38b1ac539e
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ dist:
$(PACKAGE)-$(VERSION)/src/modems/sofia.c \
$(PACKAGE)-$(VERSION)/src/modems/hayes.h \
$(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/plugins/blacklist.c \
$(PACKAGE)-$(VERSION)/src/plugins/debug.c \

View File

@ -4,7 +4,7 @@ cppflags=
cflags_force=-W `pkg-config --cflags glib-2.0`
cflags=-Wall -g -O2 -pedantic -fPIC
includes=hayes.h
dist=Makefile,purple.c
dist=Makefile,osmocom.c
[debug]
type=plugin