X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-audio-osx%2Fsrc%2FMakefile.am;h=5898a3687f3855116b43a163432fef509b9c8f8b;hb=09a1e803a9e6587c78d20cdf16891e5295874668;hp=750dd973036e86884cf03ab1135820aaf10739dd;hpb=18a684bf3dc144c48fc4cc6cc72f5070febd8074;p=debian%2Fgnuradio diff --git a/gr-audio-osx/src/Makefile.am b/gr-audio-osx/src/Makefile.am index 750dd973..5898a368 100644 --- a/gr-audio-osx/src/Makefile.am +++ b/gr-audio-osx/src/Makefile.am @@ -5,7 +5,7 @@ # # GNU Radio is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # GNU Radio is distributed in the hope that it will be useful, @@ -73,7 +73,7 @@ swiginclude_HEADERS = \ _audio_osx_la_LIBADD = \ $(PYTHON_LDFLAGS) \ - $(GNURADIO_CORE_LIBS) \ + $(GNURADIO_CORE_LA) \ -lstdc++ _audio_osx_la_LDFLAGS = $(NO_UNDEFINED) -module -avoid-version -framework AudioUnit -framework CoreAudio -framework AudioToolbox