r105: This commit was manufactured by cvs2svn to create tag
[cinelerra_cv/mob.git] / hvirtual / plugins / timestretch / Makefile.am
blob6c83fec14d19e5321194ce7cd7c9912f37c1098a
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
5 AM_CFLAGS = 
6 AM_CXXFLAGS = 
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)