avformat/factory.c, jackrack/jack_rack.c, jackrack/plugin_settings.c, vmfx/filter_chr...
[melted] / src / modules / jackrack / Makefile
index 160eb64..7c821b3 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`
@@ -33,14 +33,14 @@ $(TARGET): $(OBJS)
 depend:        $(SRCS)
                $(CC) -MM $(CFLAGS) $^ 1>.depend
 
-dist-clean:    clean
+distclean:     clean
                rm -f .depend
 
 clean: 
                rm -f $(OBJS) $(TARGET)
 
 install: all
-       install -m 755 $(TARGET) "$(prefix)/share/mlt/modules"
+       install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules"
 
 ifneq ($(wildcard .depend),)
 include .depend