summaryrefslogtreecommitdiff
path: root/gst/volume/Makefile.am
blob: 15ba90a7cb3e626d8f5efa6bf442865e152d5380 (plain)
1
2
3
4
5
6
7
8
9
10

plugin_LTLIBRARIES = libgstvolume.la

libgstvolume_la_SOURCES = gstvolume.c
libgstvolume_la_CFLAGS = $(GST_CFLAGS)
libgstvolume_la_LIBADD = $(GST_LIBS) $(GST_CONTROL_LIBS) \
	$(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la
libgstvolume_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstvolume.h filter.func