src: Fix typo in Makefile

Thanks to horizon for pointing this out.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2012-05-14 20:39:16 +02:00
parent ab13571d7c
commit e03f966590
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ AM_CFLAGS = -fPIC -Wall -ffast-math
lib_LTLIBRARIES = libosmodsp.la
libosmodsp_la_SOURCES = cfile.c cxvec.c cxvec_math.c
libosmodsp_la_LDFALGS = -version-info $(LIBVERSION)
libosmodsp_la_LDFLAGS = -version-info $(LIBVERSION)