Correct a dependency
This commit is contained in:
parent
cb69cd4ba5
commit
b3b9e1fc16
|
@ -17,4 +17,4 @@ sources=vpn.c,main.c
|
||||||
install=$(BINDIR)
|
install=$(BINDIR)
|
||||||
|
|
||||||
[vpn.c]
|
[vpn.c]
|
||||||
depends=../include/VPN.h
|
depends=$(OBJDIR)../include/VPN.h
|
||||||
|
|
|
@ -12,4 +12,4 @@ sources=libvpn.c
|
||||||
install=$(LIBDIR)/AppWrapper
|
install=$(LIBDIR)/AppWrapper
|
||||||
|
|
||||||
[libvpn.c]
|
[libvpn.c]
|
||||||
depends=../include/VPN.h,../src/common.c
|
depends=$(OBJDIR)../include/VPN.h,../src/common.c
|
||||||
|
|
Loading…
Reference in New Issue
Block a user