cleanup and reduce code in jackrack support code and add new jack-less filter_ladspa.
[melted] / src / modules / jackrack / Makefile
index 160eb64..70efa83 100644 (file)
@@ -10,8 +10,8 @@ OBJS = factory.o \
           plugin_mgr.o \
           plugin_settings.o \
           process.o \
-          ui.o \
-          filter_jackrack.o 
+          filter_jackrack.o \
+          filter_ladspa.o
 
 CFLAGS += -I../.. `pkg-config --cflags jack`
 CFLAGS += `xml2-config --cflags`