Including config.h in distribution

This commit is contained in:
Pierre Pronchery 2007-06-21 12:21:13 +00:00
parent 6e94ace12d
commit b4b24fab85
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -3,4 +3,4 @@ version=0.0.0
config=h
subdirs=src
dist=Makefile,COPYING
dist=Makefile,COPYING,config.h