X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ffreeverb%2FMakefile;h=df9882158501f8d8012a82d89aa280e0efccbb6b;hb=04031cc2a664d2a6d9d2a37954c55cc68742d78c;hp=1a353b38faa746eb1974805007a35dd6b5c5d15c;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/freeverb/Makefile b/cinelerra-5.1/plugins/freeverb/Makefile index 1a353b38..df988215 100644 --- a/cinelerra-5.1/plugins/freeverb/Makefile +++ b/cinelerra-5.1/plugins/freeverb/Makefile @@ -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):