From 44c08710cdd80292562eb3a6b252da3d1934b5ce Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 5 Nov 2006 03:08:27 +0000 Subject: [PATCH] callbacks.c depends on account/account.h --- src/Makefile | 2 +- src/project.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 822194a..4df1121 100644 --- a/src/Makefile +++ b/src/Makefile @@ -26,7 +26,7 @@ mailer: $(mailer_OBJS) account.o: account.c account/account.h $(CC) $(mailer_CFLAGS) -c account.c -callbacks.o: callbacks.c callbacks.h compose.h mailer.h +callbacks.o: callbacks.c account/account.h callbacks.h compose.h mailer.h $(CC) $(mailer_CFLAGS) -c callbacks.c common.o: common.c diff --git a/src/project.conf b/src/project.conf index 5623360..5597260 100644 --- a/src/project.conf +++ b/src/project.conf @@ -14,7 +14,7 @@ sources=account.c,callbacks.c,common.c,compose.c,mailer.c,main.c depends=account/account.h [callbacks.c] -depends=callbacks.h,compose.h,mailer.h +depends=account/account.h,callbacks.h,compose.h,mailer.h [compose.c] depends=callbacks.h,mailer.h,compose.h