From: tschmidty69 Date: Sat, 17 Feb 2018 15:05:13 +0000 (-0500) Subject: Moved ldflags to end of cc line X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=2938c96d707e481467932f19866cb1874a6f8802;p=liskon_frotz.git Moved ldflags to end of cc line --- diff --git a/Makefile b/Makefile index 354ef95..4e0980b 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,6 @@ BUFFSIZE ?= 4096 DEFAULT_CONVERTER ?= SRC_SINC_MEDIUM_QUALITY ifeq ($(SOUND), ao) -# CFLAGS += -lao -ldl -lpthread -lm -lsndfile -lvorbisfile -lmodplug -lsamplerate LDFLAGS += -lao -ldl -lpthread -lm -lsndfile -lvorbisfile -lmodplug -lsamplerate else ifeq ($(SOUND), none) CFLAGS += -DNO_SOUND