rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / plugins / freeverb / Makefile
index 1a353b38faa746eb1974805007a35dd6b5c5d15c..df9882158501f8d8012a82d89aa280e0efccbb6b 100644 (file)
@@ -1,4 +1,4 @@
-include ../../global_config
+include ../../plugin_defs
 
 PLUGIN = freeverb
 OBJS := $(OBJDIR)/freeverb.o
@@ -6,7 +6,7 @@ DIRS := $(OBJDIR)/Components
 FREEVERBOBJS := \
        $(OBJDIR)/Components/allpass.o \
        $(OBJDIR)/Components/comb.o \
-       $(OBJDIR)/Components/revmodel.o 
+       $(OBJDIR)/Components/revmodel.o
 
 CFLAGS += -IComponents
 LFLAGS += $(FREEVERBOBJS)
@@ -16,7 +16,7 @@ include ../../plugin_config
 $(FREEVERBOBJS):
        $(CC) -c `cat $(OBJDIR)/c_flags` $(subst $(OBJDIR)/,, $*.cpp) -o $*.o
 
-$(OUTPUT): $(DIRS)
+$(FREEVERBOBJS): $(DIRS)
 $(OUTPUT): $(FREEVERBOBJS)
 
 $(DIRS):