Deprecate the EXTRA_LIBS variable.

Instead specify explicit library dependencies for codecs and plugins.
This commit is contained in:
Björn Stenberg 2013-01-24 16:01:28 +01:00
parent 02a9089034
commit 1501df045f
7 changed files with 8 additions and 10 deletions

View file

@ -14,7 +14,6 @@ SETJMPLIB = $(BUILDDIR)/lib/libsetjmp.a
INCLUDES += -I$(SETJMPLIB_DIR)
OTHER_SRC += $(SETJMPLIB_SRC)
EXTRA_LIBS += $(SETJMPLIB)
$(SETJMPLIB): $(SETJMPLIB_OBJ)
$(SILENT)$(shell rm -f $@)