From b4b24fab85fc8b0bbff4a54c25bb3f5c6a131c07 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 21 Jun 2007 12:21:13 +0000 Subject: [PATCH] Including config.h in distribution --- Makefile | 1 + project.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5106fc..42629c0 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ dist: $(PACKAGE)-$(VERSION)/src/account/project.conf \ $(PACKAGE)-$(VERSION)/Makefile \ $(PACKAGE)-$(VERSION)/COPYING \ + $(PACKAGE)-$(VERSION)/config.h \ $(PACKAGE)-$(VERSION)/project.conf $(RM) $(PACKAGE)-$(VERSION) diff --git a/project.conf b/project.conf index fef9eeb..faf620d 100644 --- a/project.conf +++ b/project.conf @@ -3,4 +3,4 @@ version=0.0.0 config=h subdirs=src -dist=Makefile,COPYING +dist=Makefile,COPYING,config.h