diff --git a/tests/project.conf b/tests/project.conf index 2d07c30..31995e6 100644 --- a/tests/project.conf +++ b/tests/project.conf @@ -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]