# HG changeset patch # User Paul Brossier # Date 1388458691 14400 # Node ID 118abde4860013beaefeeb9f2e0ccbbca1dabc07 # Parent cc0579a9a8e23aaf25b9dafec7ee70a18b31141e Makefile: pass custom LDFLAGS, simplify CFLAGS diff -r cc0579a9a8e2 -r 118abde48600 Makefile --- a/Makefile Mon Dec 30 22:57:29 2013 -0400 +++ b/Makefile Mon Dec 30 22:58:11 2013 -0400 @@ -9,8 +9,9 @@ # 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. #