From abe3e58b1b29867f0728cf0d108602833287e0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 9 Jan 2007 10:06:28 +0000 Subject: gst/real/Makefile.am: Fix build (add LIBS and CFLAGS for gst-plugins-base stuff). Original commit message from CVS: * gst/real/Makefile.am: Fix build (add LIBS and CFLAGS for gst-plugins-base stuff). --- gst/real/Makefile.am | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'gst/real') diff --git a/gst/real/Makefile.am b/gst/real/Makefile.am index 63696591..d49e3637 100644 --- a/gst/real/Makefile.am +++ b/gst/real/Makefile.am @@ -5,10 +5,15 @@ libgstreal_la_SOURCES = \ gstrealaudiodec.c \ gstreal.c -libgstreal_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) -libgstreal_la_LIBADD = $(GST_BASE_LIBS) +libgstreal_la_CFLAGS = \ + $(GST_PLUGINS_BASE_CFLAGS) \ + $(GST_BASE_CFLAGS) \ + $(GST_CFLAGS) +libgstreal_la_LIBADD = \ + $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ \ + $(GST_BASE_LIBS) libgstreal_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = \ gstrealvideodec.h \ - gstrealaudiodec.h \ No newline at end of file + gstrealaudiodec.h -- cgit v1.2.1