X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftheme_blond_cv%2FMakefile;fp=cinelerra-5.1%2Fplugins%2Ftheme_blond_cv%2FMakefile;h=ab79fdefc00e9e40e82fced89e4ead458efa902e;hb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;hp=0000000000000000000000000000000000000000;hpb=52fcc46226f9df46f9ce9d0566dc568455a7db0b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/theme_blond_cv/Makefile b/cinelerra-5.1/plugins/theme_blond_cv/Makefile new file mode 100644 index 00000000..ab79fdef --- /dev/null +++ b/cinelerra-5.1/plugins/theme_blond_cv/Makefile @@ -0,0 +1,12 @@ +include ../../global_config + +PLUGIN = theme_blond_cv +OBJS = $(OBJDIR)/blondcvtheme.o +OUTPUT_THEME = $(OUTPUT) + +CFLAGS += -I../../$(AVC_DIR) -I../../$(LIBRAW_DIR) + +include ../../plugin_config + +$(OBJDIR)/blondcvtheme.o: blondcvtheme.C +