X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Ftheme_pinklady%2FMakefile;fp=cinelerra-5.0%2Fplugins%2Ftheme_pinklady%2FMakefile;h=0000000000000000000000000000000000000000;hb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;hp=256e39b5c60a074ef2be528636dfb3cd3ee2bfef;hpb=52fcc46226f9df46f9ce9d0566dc568455a7db0b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/theme_pinklady/Makefile b/cinelerra-5.0/plugins/theme_pinklady/Makefile deleted file mode 100644 index 256e39b5..00000000 --- a/cinelerra-5.0/plugins/theme_pinklady/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -include ../../global_config - -PLUGIN = theme_pinklady -OBJS = $(OBJDIR)/pinkladytheme.o -OUTPUT_THEME = $(OUTPUT) - -AVC_DIR := $(shell cd ../../thirdparty/libavc*; pwd) -CFLAGS += -I$(AVC_DIR) - -include ../../plugin_config - -$(OBJDIR)/pinkladytheme.o: pinkladytheme.C -