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