X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fplugins%2Ftimeblur%2FMakefile;fp=cinelerra-5.1%2Fplugins%2Ftimeblur%2FMakefile;h=0e203e9a107870efcd695ee5583ba9113cb83cf1;hb=c7754a695f7750177de8645709f5d30487a4ac45;hp=0000000000000000000000000000000000000000;hpb=13a039ef755e81e65c9479b4b615fd89bfe3e038;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/timeblur/Makefile b/cinelerra-5.1/plugins/timeblur/Makefile new file mode 100644 index 00000000..0e203e9a --- /dev/null +++ b/cinelerra-5.1/plugins/timeblur/Makefile @@ -0,0 +1,12 @@ +include ../../plugin_defs + +OBJS = \ + $(OBJDIR)/timeblur.o \ + $(OBJDIR)/timeblurwindow.o + +PLUGIN = timeblur + +include ../../plugin_config + +$(OBJDIR)/timeblur.o: timeblur.C +$(OBJDIR)/timeblurwindow.o: timeblurwindow.C