merge akirad ui / themes + icons
[goodguy/history.git] / cinelerra-5.0 / plugins / theme_unflat / Makefile
diff --git a/cinelerra-5.0/plugins/theme_unflat/Makefile b/cinelerra-5.0/plugins/theme_unflat/Makefile
new file mode 100644 (file)
index 0000000..5946a9c
--- /dev/null
@@ -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
+