Automatically regenerate Init.h if Init.interface changes
This commit is contained in:
parent
2dff6a4cd2
commit
ea55bbac5d
|
@ -16,7 +16,7 @@ INSTALL = install
|
|||
|
||||
all: $(TARGETS)
|
||||
|
||||
../data/Init.h:
|
||||
../data/Init.h: ../data/Init.interface
|
||||
./appbroker.sh "../data/Init.h"
|
||||
|
||||
Init_OBJS = init.o main.o service.o session.o
|
||||
|
|
|
@ -8,6 +8,7 @@ dist=Makefile,appbroker.sh,common.h,init.h,service.h,session.h
|
|||
[../data/Init.h]
|
||||
type=script
|
||||
script=./appbroker.sh
|
||||
depends=../data/Init.interface
|
||||
|
||||
[Init]
|
||||
type=binary
|
||||
|
|
Loading…
Reference in New Issue
Block a user