prevent popup deactivation while button_down
[goodguy/history.git] / cinelerra-5.0 / plugins / theme_unflat / Makefile
1 include ../../global_config
2
3 PLUGIN = theme_unflat
4 OBJS = $(OBJDIR)/unflattheme.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)/unflattheme.o: unflattheme.C
13