config.h is also necessary in the source archives

This commit is contained in:
Pierre Pronchery 2009-09-27 13:06:12 +00:00
parent 3134141183
commit 2e7a6fe04d
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ dist:
$(PACKAGE)-$(VERSION)/src/Makefile \ $(PACKAGE)-$(VERSION)/src/Makefile \
$(PACKAGE)-$(VERSION)/src/project.conf \ $(PACKAGE)-$(VERSION)/src/project.conf \
$(PACKAGE)-$(VERSION)/Makefile \ $(PACKAGE)-$(VERSION)/Makefile \
$(PACKAGE)-$(VERSION)/config.h \
$(PACKAGE)-$(VERSION)/project.conf $(PACKAGE)-$(VERSION)/project.conf
$(RM) $(PACKAGE)-$(VERSION) $(RM) $(PACKAGE)-$(VERSION)

View File

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