1 plugin_LTLIBRARIES = shapewipe.la
2 shapewipe_la_LDFLAGS = -avoid-version -module -shared
4 shapewipe_la_SOURCES = shapewipe.C
5 AM_CXXFLAGS = $(LARGEFILE_CFLAGS) \
6 -DDEFAULT_SHAPE=\"$(shapewipedir)/heart.png\"
8 INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime
9 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS)
11 shapewipedir = $(plugindir)/shapewipe
19 noinst_HEADERS = shapewipe.h picon_png.h
20 EXTRA_DIST = picon.png $(shapewipe_DATA)