Fix typo in library name; passes make & check.
authormichaelld <michaelld@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 27 May 2009 14:09:29 +0000 (14:09 +0000)
committermichaelld <michaelld@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 27 May 2009 14:09:29 +0000 (14:09 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11153 221aa14e-8319-0410-a670-987f0aec2ac5

gr-audio-osx/src/Makefile.am

index a4129260a4f9881004466875ddb79b2758c8d00d..c50057f0fe5a75871fa46d49c5de50a236394833 100644 (file)
@@ -72,7 +72,7 @@ audio_osx_pythondir_category =                \
 
 # additional libraries for linking with the SWIG-generated library
 audio_osx_la_swig_libadd =             \
-       libgnuradio_audio_osx.la
+       libgnuradio-audio-osx.la
 
 include $(top_srcdir)/Makefile.swig