message.c depends on ../config.h

This commit is contained in:
Pierre Pronchery 2013-11-21 02:37:01 +01:00
parent 80fb2a394b
commit 15cfaf20fd
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ panel-test: $(panel-test_OBJS)
embed.o: embed.c ../include/Panel.h ../config.h
$(CC) $(panel-embed_CFLAGS) -c embed.c
message.o: message.c ../include/Panel.h
message.o: message.c ../include/Panel.h ../config.h
$(CC) $(panel-message_CFLAGS) -c message.c
notify.o: notify.c helper.c ../src/helper.c ../src/panel.h ../config.h

View File

@ -29,7 +29,7 @@ sources=test.c
depends=../include/Panel.h,../config.h
[message.c]
depends=../include/Panel.h
depends=../include/Panel.h,../config.h
[notify.c]
depends=helper.c,../src/helper.c,../src/panel.h,../config.h