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=256e39b5c60a074ef2be528636dfb3cd3ee2bfef;hb=7bb8e93f40c79f5cd5f90189a8f69357f0a389b0;hp=0000000000000000000000000000000000000000;hpb=6a82410515aad7c7588933c9380041f63020a6bc;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/theme_pinklady/Makefile b/cinelerra-5.0/plugins/theme_pinklady/Makefile new file mode 100644 index 00000000..256e39b5 --- /dev/null +++ b/cinelerra-5.0/plugins/theme_pinklady/Makefile @@ -0,0 +1,13 @@ +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 +