callbacks.c depends on account/account.h
This commit is contained in:
parent
2cf7857e0f
commit
44c08710cd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user