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