rework keyframe hide popup, keyframe auto render, textbox set_selection wide text
[goodguy/history.git] / cinelerra-5.1 / plugins / theme_blue / Makefile
1 include ../../global_config
2
3 PLUGIN = theme_blue
4 OBJS = $(OBJDIR)/bluetheme.o
5 OUTPUT_THEME = $(OUTPUT)
6
7 AVC_DIR := $(shell cd ../../thirdparty/libavc*; pwd)
8 CFLAGS += -I$(AVC_DIR)
9
10 include ../../plugin_config
11
12 $(OBJDIR)/bluetheme.o: bluetheme.C
13