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