From: Paul Brossier Date: Tue, 31 Dec 2013 02:58:11 +0000 (-0400) Subject: Makefile: pass custom LDFLAGS, simplify CFLAGS X-Git-Tag: 0.5.0~59 X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=commitdiff_plain;h=5209982c4b674e2785d4718cc32286033f4032b8 Makefile: pass custom LDFLAGS, simplify CFLAGS --- diff --git a/Makefile b/Makefile index 89b5166..8e4f548 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,9 @@ AUBIODIR = aubio # Compile flags # -CFLAGS := -I. -Iaubio/src $(CFLAGS) -fPIC -DDEBUG -O2 -Wall -I. +CFLAGS := -fPIC -DDEBUG -O2 -Wall $(CFLAGS) CXXFLAGS := $(CFLAGS) +LDFLAGS := -laubio $(LDFLAGS) # Libraries required for the plugins. #