notes: fix the build with OBJDIR

This commit is contained in:
Pierre Pronchery 2024-10-10 08:20:42 +02:00
parent 5723c3566a
commit 9254fe1057

View File

@ -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)