config.h is also necessary in the source archives
This commit is contained in:
parent
3134141183
commit
2e7a6fe04d
1
Makefile
1
Makefile
|
@ -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)
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,4 @@ version=0.0.0
|
||||||
config=h
|
config=h
|
||||||
|
|
||||||
subdirs=src
|
subdirs=src
|
||||||
dist=Makefile
|
dist=Makefile,config.h
|
||||||
|
|
Loading…
Reference in New Issue
Block a user