Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.1 / plugins / theme_bright / Makefile
diff --git a/cinelerra-5.1/plugins/theme_bright/Makefile b/cinelerra-5.1/plugins/theme_bright/Makefile
new file mode 100644 (file)
index 0000000..03b05c0
--- /dev/null
@@ -0,0 +1,13 @@
+include ../../global_config
+
+PLUGIN = theme_bright
+OBJS = $(OBJDIR)/brighttheme.o
+OUTPUT_THEME = $(OUTPUT)
+
+AVC_DIR := $(shell cd ../../thirdparty/libavc*; pwd)
+CFLAGS += -I$(AVC_DIR)
+
+include ../../plugin_config
+
+$(OBJDIR)/brighttheme.o: brighttheme.C
+