From a5c5cd1e91df26ef551e9ae46553a4375087c277 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 14 Nov 2010 00:37:00 +0000 Subject: [PATCH] callbacks.c also depends on xmleditor.h --- src/Makefile | 2 +- src/project.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 988091a..4ac610e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -24,7 +24,7 @@ xmleditor_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) xmleditor: $(xmleditor_OBJS) $(CC) -o xmleditor $(xmleditor_OBJS) $(xmleditor_LDFLAGS) -callbacks.o: callbacks.c callbacks.h +callbacks.o: callbacks.c callbacks.h xmleditor.h $(CC) $(xmleditor_CFLAGS) -c callbacks.c xmleditor.o: xmleditor.c callbacks.h xmleditor.h ../config.h diff --git a/src/project.conf b/src/project.conf index 4d12813..8824164 100644 --- a/src/project.conf +++ b/src/project.conf @@ -13,7 +13,7 @@ sources=callbacks.c,xmleditor.c,main.c install=$(BINDIR) [callbacks.c] -depends=callbacks.h +depends=callbacks.h,xmleditor.h [xmleditor.c] depends=callbacks.h,xmleditor.h,../config.h