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

filter_LTLIBRARIES = libgstspeed.la

libgstspeed_la_SOURCES = gstspeed.c
libgstspeed_la_CFLAGS = $(GST_CFLAGS)

noinst_HEADERS = gstspeed.h filter.func

if HAVE_GTK
noinst_PROGRAMS = demo-mp3
endif

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