bclistbox selection segv + other minor fixes
[goodguy/history.git] / cinelerra-5.1 / plugins / theme_blue_dot / Makefile
1 include ../../plugin_defs
2
3 PLUGIN=theme_blue_dot
4 OBJS = $(OBJDIR)/bluedottheme.o
5 OUTPUT_THEME = $(OUTPUT)
6
7 AVC_DIR := $(shell cd ../../thirdparty/libavc*; pwd)
8 LIBRAW_DIR := $(shell cd ../../thirdparty/libraw1394*; pwd)
9 CFLAGS += -I../../$(AVC_DIR) -I../../$(LIBRAW_DIR)
10
11 include ../../plugin_config
12
13 $(OBJDIR)/bluedottheme.o: bluedottheme.C
14