add histogram_bezier plugin
[goodguy/history.git] / cinelerra-5.0 / plugins / histogram_bezier / Makefile
index e4fa47eaae47d7caa8b6609304f9312f37f1e1e2..a0f852e90fa3491d3cea0c9945fe66313d638224 100644 (file)
@@ -1,14 +1,14 @@
 include ../../global_config
 
 OBJS = \
-       $(OBJDIR)/histogram.o \
-       $(OBJDIR)/histogramconfig.o \
-       $(OBJDIR)/histogramwindow.o
+       $(OBJDIR)/bistogram.o \
+       $(OBJDIR)/bistogramconfig.o \
+       $(OBJDIR)/bistogramwindow.o
 
-PLUGIN = histogram
+PLUGIN = histogram_bezier
 
 include ../../plugin_config
 
-$(OBJDIR)/histogram.o: histogram.C
-$(OBJDIR)/histogramconfig.o: histogramconfig.C
-$(OBJDIR)/histogramwindow.o: histogramwindow.C
+$(OBJDIR)/bistogram.o: bistogram.C
+$(OBJDIR)/bistogramconfig.o: bistogramconfig.C
+$(OBJDIR)/bistogramwindow.o: bistogramwindow.C