diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-07-21 11:28:20 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-07-21 17:52:32 +0300 |
commit | 60fa2e2cced543f730bf8ff2e0b6a4d665f8debd (patch) | |
tree | e23e1c7eff23c21097186eb1777db2f1454ef26f /ext/lv2 | |
parent | 65b873df34fcd35d5719da4aeacc69fc46af6628 (diff) | |
download | gstreamer-plugins-bad-60fa2e2cced543f730bf8ff2e0b6a4d665f8debd.tar.gz |
make: remove whitespace after trailing backslash
Diffstat (limited to 'ext/lv2')
-rw-r--r-- | ext/lv2/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/lv2/Makefile.am b/ext/lv2/Makefile.am index 18fe64811..28a8f1fe7 100644 --- a/ext/lv2/Makefile.am +++ b/ext/lv2/Makefile.am @@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgstlv2.la libgstlv2_la_SOURCES = gstlv2.c libgstlv2_la_CFLAGS = \ -I$(top_builddir)/gst-libs \ - $(GST_PLUGINS_BASE_CFLAGS) \ + $(GST_PLUGINS_BASE_CFLAGS) \ $(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS) $(SLV2_CFLAGS) libgstlv2_la_LIBADD = \ $(top_builddir)/gst-libs/gst/signalprocessor/libgstsignalprocessor.la \ |