Fixed dependencies
This commit is contained in:
parent
acd0fd3189
commit
ff0fc0158e
|
@ -30,7 +30,7 @@ callbacks.o: callbacks.c callbacks.h xmleditor.h
|
|||
xmleditor.o: xmleditor.c callbacks.h xmleditor.h ../config.h
|
||||
$(CC) $(xmleditor_CFLAGS) -c xmleditor.c
|
||||
|
||||
main.o: main.c
|
||||
main.o: main.c xmleditor.h ../config.h
|
||||
$(CC) $(xmleditor_CFLAGS) -c main.c
|
||||
|
||||
clean:
|
||||
|
|
|
@ -14,5 +14,8 @@ install=$(BINDIR)
|
|||
[callbacks.c]
|
||||
depends=callbacks.h,xmleditor.h
|
||||
|
||||
[main.c]
|
||||
depends=xmleditor.h,../config.h
|
||||
|
||||
[xmleditor.c]
|
||||
depends=callbacks.h,xmleditor.h,../config.h
|
||||
|
|
Loading…
Reference in New Issue
Block a user