diff --git a/examples/States/Makefile b/examples/States/Makefile index e011bc30..a9117e84 100644 --- a/examples/States/Makefile +++ b/examples/States/Makefile @@ -32,14 +32,6 @@ TARGETS += jack endif endif -ifneq ($(MACOS_OR_WINDOWS),true) -ifeq ($(HAVE_LIBLO),true) -ifeq ($(HAVE_OPENGL),true) -TARGETS += dssi -endif -endif -endif - ifeq ($(HAVE_OPENGL),true) TARGETS += lv2_sep else