summaryrefslogtreecommitdiffstats
path: root/gst/spectrum
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-02-09 00:15:25 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-02-09 00:15:25 +0000
commit6afa17d8f0d32f621ed9c908a694620d00129012 (patch)
tree4488a88ffc3971f488eb203ca8f6e1c35072aa6c /gst/spectrum
parentd90422ec8a8e6e061621630646e6f86877dadbf9 (diff)
gst/: Fix includes order
Original commit message from CVS: * gst/equalizer/Makefile.am: * gst/spectrum/Makefile.am: Fix includes order * tests/check/Makefile.am: Exclude v4l2src from the states test - it takes too long to start. * tests/check/elements/spectrum.c: Make the test run properly with CK_FORK=no
Diffstat (limited to 'gst/spectrum')
-rw-r--r--gst/spectrum/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/spectrum/Makefile.am b/gst/spectrum/Makefile.am
index 451d36d3..13848c97 100644
--- a/gst/spectrum/Makefile.am
+++ b/gst/spectrum/Makefile.am
@@ -4,7 +4,9 @@ plugin_LTLIBRARIES = libgstspectrum.la
libgstspectrum_la_SOURCES = gstspectrum.c
libgstspectrum_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
$(GST_CFLAGS)
-libgstspectrum_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) -lgstaudio-$(GST_MAJORMINOR) -lgstfft-$(GST_MAJORMINOR) $(LIBM)
+libgstspectrum_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
+ -lgstfft-$(GST_MAJORMINOR) -lgstaudio-$(GST_MAJORMINOR) \
+ $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
libgstspectrum_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstspectrum.h