X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fgreycstoration%2FMakefile;fp=cinelerra-5.1%2Fplugins%2Fgreycstoration%2FMakefile;h=1e984f2d4a2ac332b6820935da84a098f83c1f6a;hb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;hp=0000000000000000000000000000000000000000;hpb=52fcc46226f9df46f9ce9d0566dc568455a7db0b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/greycstoration/Makefile b/cinelerra-5.1/plugins/greycstoration/Makefile new file mode 100644 index 00000000..1e984f2d --- /dev/null +++ b/cinelerra-5.1/plugins/greycstoration/Makefile @@ -0,0 +1,10 @@ +include ../../global_config + +OBJS = $(OBJDIR)/greycstorationwindow.o $(OBJDIR)/greycstorationplugin.o +PLUGIN = greycstoration + +include ../../plugin_config + +$(OBJDIR)/greycstorationwindow.o: greycstorationwindow.C +$(OBJDIR)/greycstorationplugin.o: greycstorationplugin.C +