fix build and use of GST_LIBS

Original commit message from CVS:
fix build and use of GST_LIBS
This commit is contained in:
Thomas Vander Stichele 2005-09-23 04:22:54 +00:00
parent 67d3ebd333
commit 33adbc8b23

View file

@ -1,8 +1,7 @@
plugin_LTLIBRARIES = libgstladspa.la
libgstladspa_la_SOURCES = gstsignalprocessor.c gstladspa.c search.c load.c
libgstladspa_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgstladspa_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
libgstladspa_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@
libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)