From 6ff0fb298cbf27a5cd59adb8682dd980eee248c0 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 5 Sep 2018 23:40:12 -0400 Subject: [PATCH] Fix include directory, bump version --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 504b74e..890f0b8 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ RACK_DIR ?= ../.. SLUG = Fundamental -VERSION = 0.6.1 +VERSION = 0.6.2 -FLAGS += -Idep/include +FLAGS += -I./libsamplerate-0.1.9/src SOURCES += $(wildcard src/*.cpp) SOURCES += $(wildcard libsamplerate-0.1.9/src/*.c) DISTRIBUTABLES += $(wildcard LICENSE*) res