Added config.h
This commit is contained in:
parent
29f1607a26
commit
783b53def1
3
Makefile
3
Makefile
|
@ -22,10 +22,13 @@ dist:
|
|||
$(LN) . $(PACKAGE)-$(VERSION)
|
||||
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz \
|
||||
$(PACKAGE)-$(VERSION)/src/init.c \
|
||||
$(PACKAGE)-$(VERSION)/src/service.c \
|
||||
$(PACKAGE)-$(VERSION)/src/main.c \
|
||||
$(PACKAGE)-$(VERSION)/src/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/src/project.conf \
|
||||
$(PACKAGE)-$(VERSION)/COPYING \
|
||||
$(PACKAGE)-$(VERSION)/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/config.h \
|
||||
$(PACKAGE)-$(VERSION)/project.conf
|
||||
$(RM) $(PACKAGE)-$(VERSION)
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
package=Init
|
||||
version=0.0.0
|
||||
subdirs=src
|
||||
config=h
|
||||
|
||||
dist=COPYING,Makefile
|
||||
dist=COPYING,Makefile,config.h
|
||||
|
|
Loading…
Reference in New Issue
Block a user