From: Cristian Morales Vega Date: Sun, 14 Apr 2013 15:29:57 +0000 (+0100) Subject: Fix typo X-Git-Tag: release-1.4.1~5^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8f9a28def9616860d41748bd472f120757b067d;p=libmatroska Fix typo --- 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)