From 5209982c4b674e2785d4718cc32286033f4032b8 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 30 Dec 2013 22:58:11 -0400 Subject: [PATCH] Makefile: pass custom LDFLAGS, simplify CFLAGS --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. # -- 2.11.0