From 0c589ff6326abf685b359540b23de8d75c198d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Devernay?= Date: Wed, 14 Sep 2016 23:12:43 +0200 Subject: [PATCH] fix travis --- Rand/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rand/Makefile b/Rand/Makefile index 57acbf700..1c7d68315 100644 --- a/Rand/Makefile +++ b/Rand/Makefile @@ -1,4 +1,4 @@ -PLUGINOBJECTS = Rand.o randomGenerator.o +PLUGINOBJECTS = Rand.o randomGenerator.o ofxsGenerator.o PLUGINNAME = Rand RESOURCES = net.sf.openfx.Noise.png net.sf.openfx.Noise.svg