From d4119d6a1c1a0a872f34be4750ab428c7b417fdb Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sat, 29 Jul 2017 11:16:41 -0400
Subject: [PATCH] remove references to helpers in fluid~ that got removed

---
 externals/fluid~/makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/externals/fluid~/makefile b/externals/fluid~/makefile
index 5de6b095c..1ff4c32fc 100755
--- a/externals/fluid~/makefile
+++ b/externals/fluid~/makefile
@@ -6,6 +6,6 @@ class.sources = fluid~.c
 
 ldlibs = -lfluidsynth
 
-datafiles = ezdac~.pd fluid~-help.pd fluid.pd fluid.gen2sym.pd simple_onthego_synth.pd fluid.gen.txt LICENSE README 
+datafiles = fluid~-help.pd fluid.gen2sym.pd simple_onthego_synth.pd fluid.gen.txt LICENSE README 
 
 include Makefile.pdlibbuilder.revised
-- 
GitLab