Fixed "make dist"

This commit is contained in:
Pierre Pronchery 2013-01-26 18:15:32 +01:00
parent df68269186
commit e7f4746367
2 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@ dist:
$(PACKAGE)-$(VERSION)/src/engines/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.0
config=h,sh
subdirs=data,doc,include,src
dist=Makefile,config.h
dist=Makefile,config.h,config.sh