I'm too lazy to comment this
[platform/upstream/gst-plugins-good.git] / gst / monoscope / Makefile.am
1 plugindir = $(libdir)/gst
2
3 plugin_LTLIBRARIES = libgstmonoscope.la
4
5 libgstmonoscope_la_SOURCES = gstmonoscope.c monoscope.c convolve.c
6
7 noinst_HEADERS = monoscope.h convolve.h
8
9 libgstmonoscope_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS)
10 libgstmonoscope_la_LIBADD = $(GST_LIBS)
11 libgstmonoscope_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
12