From 8c9d4cda1644f8a1e79f64202b4c2149464829cd Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Mon, 19 Jan 2015 11:20:01 +0100 Subject: [PATCH] fixed compilation for some distributions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cffa5c1..8d59a14 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CFLAGS = -g -DUP=0 -DDN=1 -D_GNU_SOURCE=1 -W -Wall -O3 -std=c99 -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math -fcx-limited-range -fsingle-precision-constant $(shell sdl-config --cflags) -LDFLAGS = -lm -lasound $(shell sdl-config --libs) +LDLIBS = -lm -lasound $(shell sdl-config --libs) all: encode decode debug