X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Ftheme_unflat%2FMakefile;fp=cinelerra-5.0%2Fplugins%2Ftheme_unflat%2FMakefile;h=5946a9c1a1bea1914b4951d2cda79871079a2330;hb=7bb8e93f40c79f5cd5f90189a8f69357f0a389b0;hp=0000000000000000000000000000000000000000;hpb=6a82410515aad7c7588933c9380041f63020a6bc;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/theme_unflat/Makefile b/cinelerra-5.0/plugins/theme_unflat/Makefile new file mode 100644 index 00000000..5946a9c1 --- /dev/null +++ b/cinelerra-5.0/plugins/theme_unflat/Makefile @@ -0,0 +1,13 @@ +include ../../global_config + +PLUGIN = theme_unflat +OBJS = $(OBJDIR)/unflattheme.o +OUTPUT_THEME = $(OUTPUT) + +AVC_DIR := $(shell cd ../../thirdparty/libavc*; pwd) +CFLAGS += -I$(AVC_DIR) + +include ../../plugin_config + +$(OBJDIR)/unflattheme.o: unflattheme.C +