diff --git a/Makefile b/Makefile index 339b413..f4a3b32 100644 --- a/Makefile +++ b/Makefile @@ -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 \ diff --git a/src/transport/project.conf b/src/transport/project.conf index 94810e1..d5d4f7f 100644 --- a/src/transport/project.conf +++ b/src/transport/project.conf @@ -3,6 +3,7 @@ cppflags_force=-I ../../include cppflags= cflags_force=-W -fPIC cflags=-Wall -g -O2 -pedantic +dist=Makefile [tcp] type=plugin