gstreamer/ext/lame/Makefile.am

18 lines
385 B
Makefile
Raw Normal View History

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstlame.la
libgstlame_la_SOURCES = gstlame.c
libgstlame_la_CFLAGS = $(GST_CFLAGS)
libgstlame_la_LIBADD = $(GST_LIBS) $(LAME_LIBS)
libgstlame_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
noinst_HEADERS = gstlame.h
CFLAGS = $(GST_CFLAGS)
LIBS = $(GST_LIBS) $(LAME_LIBS)
testprogs = test-lame
TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)