Fixed "make dist"

This commit is contained in:
Pierre Pronchery 2014-07-07 01:41:16 +02:00
parent cbc3d9ae0c
commit 8e14b7bf7a
2 changed files with 3 additions and 1 deletions

View File

@ -114,6 +114,8 @@ dist:
$(PACKAGE)-$(VERSION)/src/modems/template.c \
$(PACKAGE)-$(VERSION)/src/modems/hayes.h \
$(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/project.conf \
$(PACKAGE)-$(VERSION)/src/plugins/blacklist.c \

View File

@ -5,7 +5,7 @@ cflags_force=-W `pkg-config --cflags glib-2.0`
cflags=-Wall -g -O2 -pedantic -fPIC
ldflags_force=`pkg-config --libs glib-2.0`
includes=hayes.h
dist=Makefile,osmocom.c
dist=Makefile,hayes/command.h,hayes/quirks.h,osmocom.c
[debug]
type=plugin