Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.1 / plugins / gamma / Makefile
diff --git a/cinelerra-5.1/plugins/gamma/Makefile b/cinelerra-5.1/plugins/gamma/Makefile
new file mode 100644 (file)
index 0000000..3e267ab
--- /dev/null
@@ -0,0 +1,11 @@
+include ../../global_config
+
+OBJS = $(OBJDIR)/gamma.o  \
+       $(OBJDIR)/gammawindow.o
+
+PLUGIN = gamma
+
+include ../../plugin_config
+
+$(OBJDIR)/gamma.o: gamma.C
+$(OBJDIR)/gammawindow.o: gammawindow.C