1 plugin_LTLIBRARIES = timestretch.la
2 timestretch_la_LDFLAGS = -avoid-version -module -shared
3 timestretch_la_LIBADD = ../libfourier/libfourier.la
4 timestretch_la_SOURCES = timestretch.C timestretchengine.C
8 INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/libfourier
9 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS)