Fix building the tests on Linux

This commit is contained in:
Pierre Pronchery 2020-11-19 06:33:31 +01:00
parent 5afc416a1c
commit 7148c1862c

View File

@ -8,11 +8,12 @@ dist=Makefile,embedded.sh,fixme.sh,htmllint.sh,tests.sh,xmllint.sh
[applets]
type=binary
ldflags=-ldl
sources=applets.c
[applets2]
type=binary
ldflags=-L../src -L$(OBJDIR). -Wl,-rpath,$(PREFIX)/lib -lPanel
ldflags=-L../src -L$(OBJDIR). -Wl,-rpath,$(PREFIX)/lib -lPanel -ldl
sources=applets2.c
[fixme.log]