summaryrefslogtreecommitdiffstats
path: root/gst/goom/Makefile.am
blob: d71229f87d4772f038246694f869f24e4d3d008e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

plugin_LTLIBRARIES = libgstgoom.la

GOOM_FILTER_FILES = filters.c
GOOM_FILTER_CFLAGS = -UMMX -UUSE_ASM

libgstgoom_la_SOURCES = gstgoom.c goom_core.c $(GOOM_FILTER_FILES) graphic.c lines.c

noinst_HEADERS = filters.h goom_core.h goom_tools.h graphic.h lines.h 

libgstgoom_la_CFLAGS = $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS)
libgstgoom_la_LIBADD =
libgstgoom_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

EXTRA_DIST = filters.c