Fixed "make dist"
This commit is contained in:
parent
df68269186
commit
e7f4746367
1
Makefile
1
Makefile
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user