add auto zoombar/status color, fix 3 batchrender boobies, rotate plugin tweaks, add...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / timestretch / Makefile
1 include ../../plugin_defs
2
3 OBJS = $(OBJDIR)/timestretch.o \
4         $(OBJDIR)/timestretchengine.o
5
6 PLUGIN = timestretch
7
8 include ../../plugin_config
9
10
11
12
13 $(OBJDIR)/timestretch.o: timestretch.C
14 $(OBJDIR)/timestretchengine.o: timestretchengine.C
15