]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blob - gst/synaesthesia/Makefile.am
removal of //-style comments don't link plugins to core libs -- the versioning is...
[glsdk/gst-plugins-ugly0-10.git] / gst / synaesthesia / Makefile.am
1 plugindir = $(libdir)/gst
3 plugin_LTLIBRARIES = libgstsynaesthesia.la
5 libgstsynaesthesia_la_SOURCES = gstsynaesthesia.c synaescope.c
7 noinst_HEADERS = synaescope.h
9 libgstsynaesthesia_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS)
10 libgstsynaesthesia_la_LIBADD =
11 libgstsynaesthesia_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)