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