message.c depends on ../config.h
This commit is contained in:
parent
80fb2a394b
commit
15cfaf20fd
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user