callbacks.c depends on account/account.h

This commit is contained in:
Pierre Pronchery 2006-11-05 03:08:27 +00:00
parent 2cf7857e0f
commit 44c08710cd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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