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