summaryrefslogtreecommitdiff
path: root/gst/speed/Makefile.am
blob: 7ab9f2cbfd1de2f17dc7772e490d34329b91275d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
plugindir = $(libdir)/gst

plugin_LTLIBRARIES = libgstspeed.la

libgstspeed_la_SOURCES = gstspeed.c
libgstspeed_la_CFLAGS = $(GST_CFLAGS)
libgstspeed_la_LIBADD =
libgstspeed_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstspeed.h filter.func

if HAVE_GTK
noinst_PROGRAMS = demo-mp3
endif

demo_mp3_SOURCES = demo-mp3.c
demo_mp3_CFLAGS  = $(GTK_CFLAGS) $(GST_CFLAGS) 
demo_mp3_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)