Fix compilation with OBJDIR
This commit is contained in:
parent
cbeeebbb65
commit
60c78aa72c
|
@ -8,5 +8,5 @@ dist=Makefile
|
|||
[filter]
|
||||
type=binary
|
||||
sources=filter.c
|
||||
ldflags=../src/filter.o
|
||||
ldflags=$(OBJDIR)../src/filter.o
|
||||
install=$(BINDIR)
|
||||
|
|
Loading…
Reference in New Issue
Block a user