From ea55bbac5d04d96ceca0275d688f5191cf2bc659 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 4 Dec 2009 02:24:03 +0000 Subject: [PATCH] Automatically regenerate Init.h if Init.interface changes --- src/Makefile | 2 +- src/project.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 2e3d0e6..c7b15ed 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 diff --git a/src/project.conf b/src/project.conf index 51d88a4..71d2cdb 100644 --- a/src/project.conf +++ b/src/project.conf @@ -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