Add back 2 patches for histogram and overlayframe that are working correctly and...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / motion51 / Makefile
1 include ../../plugin_defs
2
3 OBJS := \
4         $(OBJDIR)/motion51.o \
5         $(OBJDIR)/motionwindow51.o
6
7 PLUGIN = motion51
8
9 include ../../plugin_config
10
11 $(OBJDIR)/motion51.o: motion51.C
12 $(OBJDIR)/motionwindow51.o: motionwindow51.C
13