From 7593b38a57f55c28cdb4b8c3df27a13c6ce55d99 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 23 Sep 2005 04:23:00 +0000 Subject: fix build and use of GST_LIBS Original commit message from CVS: fix build and use of GST_LIBS --- sys/osxaudio/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/osxaudio/Makefile.am') diff --git a/sys/osxaudio/Makefile.am b/sys/osxaudio/Makefile.am index 0b65f38f..0744f450 100644 --- a/sys/osxaudio/Makefile.am +++ b/sys/osxaudio/Makefile.am @@ -1,12 +1,13 @@ plugin_LTLIBRARIES = libgstosxaudio.la -libgstosxaudio_la_SOURCES = gstosxaudio.c \ +libgstosxaudio_la_SOURCES = gstosxaudio.c \ gstosxaudioelement.c \ gstosxaudiosink.c \ gstosxaudiosrc.c +# FIXME: clean up these linker flags libgstosxaudio_la_CFLAGS = $(GST_CFLAGS) -libgstosxaudio_la_LIBADD = $(top_builddir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la +libgstosxaudio_la_LIBADD = $(top_builddir)/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la $(GST_LIBS) LIBS = -Wl,-framework -Wl,CoreAudio libgstosxaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -framework CoreAudio -- cgit