Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.0 / plugins / threshold / Makefile
diff --git a/cinelerra-5.0/plugins/threshold/Makefile b/cinelerra-5.0/plugins/threshold/Makefile
deleted file mode 100644 (file)
index 757e6a6..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-include ../../global_config
-
-OBJS := \
-       $(OBJDIR)/histogramengine.o \
-       $(OBJDIR)/threshold.o \
-       $(OBJDIR)/thresholdwindow.o
-
-PLUGIN = threshold
-
-
-include ../../plugin_config
-
-
-
-$(OBJDIR)/threshold.o:        threshold.C
-$(OBJDIR)/thresholdwindow.o:  thresholdwindow.C
-$(OBJDIR)/histogramengine.o:  histogramengine.C
-
-
-
-