configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new...
[platform/upstream/gst-plugins-good.git] / gst / goom2k1 / Makefile.am
1 plugin_LTLIBRARIES = libgstgoom.la
2
3 GOOM_FILTER_FILES = filters.c
4 GOOM_FILTER_CFLAGS = -UMMX -UUSE_ASM
5
6 noinst_HEADERS = gstgoom.h filters.h goom_core.h goom_tools.h graphic.h lines.h 
7
8 libgstgoom_la_SOURCES = gstgoom.c goom_core.c $(GOOM_FILTER_FILES) graphic.c lines.c
9
10 libgstgoom_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GOOM_FILTER_CFLAGS)
11 libgstgoom_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
12 libgstgoom_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
13
14 EXTRA_DIST = filters.c