r105: This commit was manufactured by cvs2svn to create tag
[cinelerra_cv/mob.git] / hvirtual / plugins / titler / Makefile.am
blobd01fd8d46ac7f79c2edc366d2b358b069224e0d8
1 plugin_LTLIBRARIES = titler.la
2 titler_la_LDFLAGS = -avoid-version -module -shared 
3 titler_la_LIBADD = $(top_srcdir)/plugins/libcolors/libcolors.la -lfreetype
4 titler_la_SOURCES = title.C titlewindow.C 
5 AM_CFLAGS = 
6 AM_CXXFLAGS = 
8 INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I/usr/include/freetype2 -I$(top_srcdir)/plugins/libcolors
9 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS)