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] [applets]
type=binary type=binary
ldflags=-ldl
sources=applets.c sources=applets.c
[applets2] [applets2]
type=binary 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 sources=applets2.c
[fixme.log] [fixme.log]