gstreamer/gst/volume/Makefile.am

17 lines
518 B
Makefile
Raw Normal View History

plugin_LTLIBRARIES = libgstvolume.la
2010-06-07 06:48:15 +00:00
ORC_SOURCE=gstvolumeorc
include $(top_srcdir)/common/orc.mak
libgstvolume_la_SOURCES = gstvolume.c
2010-06-07 06:48:15 +00:00
nodist_libgstvolume_la_SOURCES = $(ORC_NODIST_SOURCES)
libgstvolume_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(ORC_CFLAGS)
libgstvolume_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstvolume_la_LIBADD = \
2012-04-04 12:20:13 +00:00
$(top_builddir)/gst-libs/gst/audio/libgstaudio-$(GST_API_VERSION).la \
$(GST_BASE_LIBS) \
$(GST_LIBS) \
2010-06-07 06:48:15 +00:00
$(ORC_LIBS)
noinst_HEADERS = gstvolume.h