Fixed "make dist"
This commit is contained in:
parent
cbc3d9ae0c
commit
8e14b7bf7a
2
Makefile
2
Makefile
@ -114,6 +114,8 @@ dist:
|
|||||||
$(PACKAGE)-$(VERSION)/src/modems/template.c \
|
$(PACKAGE)-$(VERSION)/src/modems/template.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/hayes/command.h \
|
||||||
|
$(PACKAGE)-$(VERSION)/src/modems/hayes/quirks.h \
|
||||||
$(PACKAGE)-$(VERSION)/src/modems/osmocom.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 \
|
||||||
|
@ -5,7 +5,7 @@ cflags_force=-W `pkg-config --cflags glib-2.0`
|
|||||||
cflags=-Wall -g -O2 -pedantic -fPIC
|
cflags=-Wall -g -O2 -pedantic -fPIC
|
||||||
ldflags_force=`pkg-config --libs glib-2.0`
|
ldflags_force=`pkg-config --libs glib-2.0`
|
||||||
includes=hayes.h
|
includes=hayes.h
|
||||||
dist=Makefile,osmocom.c
|
dist=Makefile,hayes/command.h,hayes/quirks.h,osmocom.c
|
||||||
|
|
||||||
[debug]
|
[debug]
|
||||||
type=plugin
|
type=plugin
|
||||||
|
Loading…
Reference in New Issue
Block a user