From 1501df045f75b1ee607b49ce2f970c762a2538a4 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 24 Jan 2013 16:01:28 +0100 Subject: Deprecate the EXTRA_LIBS variable. Instead specify explicit library dependencies for codecs and plugins. --- apps/plugins/pdbox/pdbox.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/pdbox') diff --git a/apps/plugins/pdbox/pdbox.make b/apps/plugins/pdbox/pdbox.make index e0cbaef9ab..e95cdba2b9 100644 --- a/apps/plugins/pdbox/pdbox.make +++ b/apps/plugins/pdbox/pdbox.make @@ -26,7 +26,7 @@ ifdef APP_TYPE PDBOXLDFLAGS += -lm endif -$(PDBOXBUILDDIR)/pdbox.rock: $(PDBOX_OBJ) +$(PDBOXBUILDDIR)/pdbox.rock: $(PDBOX_OBJ) $(TLSFLIB) # Compile PDBox with extra flags (adapted from ZXBox) $(PDBOXBUILDDIR)/%.o: $(PDBOXSRCDIR)/%.c $(PDBOXSRCDIR)/pdbox.make -- cgit v1.2.3