From a8f9a28def9616860d41748bd472f120757b067d Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Sun, 14 Apr 2013 16:29:57 +0100 Subject: [PATCH] Fix typo --- make/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/linux/Makefile b/make/linux/Makefile index c538757..69fee66 100644 --- a/make/linux/Makefile +++ b/make/linux/Makefile @@ -56,7 +56,7 @@ INCLUDE_DIR=$(CWD)/../../matroska MUX_SRC_DIR=$(CWD)/../../test/mux/ TAG_SRC_DIR=$(CWD)/../../test/tags/ -# Librarires +# Libraries INCLUDE=-I$(CWD)/../.. -I$(LIBEBML_INCLUDE_DIR) LIBS= MUX_LIBS=-lmatroska -lebml $(LIBICONV)