Also ship config.sh

This commit is contained in:
Pierre Pronchery 2013-03-04 21:25:00 +01:00
parent 2769f5a192
commit ff2227ad07
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -3,4 +3,4 @@ version=0.0.1
subdirs=data,doc,po,src,tools
config=h,sh
dist=Makefile,config.h
dist=Makefile,config.h,config.sh