Automatically regenerate Probe.h if Probe.interface changes

This commit is contained in:
Pierre Pronchery 2009-12-04 02:24:51 +00:00
parent 2416b08d1d
commit 5c5a0fec2b
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ INSTALL = install
all: $(TARGETS)
../data/Probe.h:
../data/Probe.h: ../data/Probe.interface
./appbroker.sh "../data/Probe.h"
Probe_OBJS = probe.o

View File

@ -9,6 +9,7 @@ dist=Makefile,appbroker.sh
[../data/Probe.h]
type=script
script=./appbroker.sh
depends=../data/Probe.interface
[Probe]
type=binary