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
|
embed.o: embed.c ../include/Panel.h ../config.h
|
||||||
$(CC) $(panel-embed_CFLAGS) -c embed.c
|
$(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
|
$(CC) $(panel-message_CFLAGS) -c message.c
|
||||||
|
|
||||||
notify.o: notify.c helper.c ../src/helper.c ../src/panel.h ../config.h
|
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
|
depends=../include/Panel.h,../config.h
|
||||||
|
|
||||||
[message.c]
|
[message.c]
|
||||||
depends=../include/Panel.h
|
depends=../include/Panel.h,../config.h
|
||||||
|
|
||||||
[notify.c]
|
[notify.c]
|
||||||
depends=helper.c,../src/helper.c,../src/panel.h,../config.h
|
depends=helper.c,../src/helper.c,../src/panel.h,../config.h
|
||||||
|
|
Loading…
Reference in New Issue
Block a user