notes: fix the build with OBJDIR
This commit is contained in:
parent
5723c3566a
commit
9254fe1057
|
@ -28,7 +28,7 @@ install=$(LIBDIR)
|
|||
[notes]
|
||||
type=binary
|
||||
sources=main.c
|
||||
depends=libNotes$(SOEXT)
|
||||
depends=$(OBJDIR)libNotes$(SOEXT)
|
||||
cflags=-fPIE
|
||||
ldflags=-pie -L. -Wl,-rpath,$(LIBDIR) -lNotes
|
||||
install=$(BINDIR)
|
||||
|
|
Loading…
Reference in New Issue
Block a user