From fda7e616ee8bd08db03f4d8d314f781d34814670 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 18 Oct 2012 00:18:01 +0000 Subject: [PATCH] Fixed "make dist" --- Makefile | 1 + src/transport/project.conf | 1 + 2 files changed, 2 insertions(+) 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