prevent popup deactivation while button_down
[goodguy/history.git] / cinelerra-5.0 / plugins / timestretch / Makefile
1 include ../../global_config
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