1 plugin_LTLIBRARIES = lame.la
2 lame_la_CFLAGS = -DCHAR_BIT=8
3 lame_la_LDFLAGS = -avoid-version -module -shared
4 lame_la_LIBADD = -lmp3lame
5 lame_la_SOURCES = get_audio.c lametime.c main.c parse.c portableio.c timestatus.c
9 INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I/usr/include/lame
11 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS)