Fixed "make dist"

This commit is contained in:
Pierre Pronchery 2012-10-18 00:18:01 +00:00
parent 06ec462cc7
commit fda7e616ee
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ dist:
$(PACKAGE)-$(VERSION)/src/project.conf \
$(PACKAGE)-$(VERSION)/src/transport/tcp.c \
$(PACKAGE)-$(VERSION)/src/transport/udp.c \
$(PACKAGE)-$(VERSION)/src/transport/Makefile \
$(PACKAGE)-$(VERSION)/src/transport/project.conf \
$(PACKAGE)-$(VERSION)/tools/appbroker.c \
$(PACKAGE)-$(VERSION)/tools/appclient.c \

View File

@ -3,6 +3,7 @@ cppflags_force=-I ../../include
cppflags=
cflags_force=-W -fPIC
cflags=-Wall -g -O2 -pedantic
dist=Makefile
[tcp]
type=plugin