Add ALSA include directories to fix compile on some systems.
[rtaudio-cdist.git] / rtaudio-config.in
index e7ff82845cda854aa1f666fdb799ab51ac832ae5..5f83d512f830da4614e59e0969047b9d05888399 100644 (file)
@@ -9,7 +9,7 @@ CXXFLAGS="@CXXFLAGS@"
 CPPFLAGS="@CPPFLAGS@"
 
 if (test "x$1" = "x--libs") ; then
-  echo "$LIBRARY"
+  echo "$LIBRARY -lrtaudio"
 elif (test "x$1" = "x--cxxflags") ; then
   echo "$CXXFLAGS"
 elif (test "x$1" = "x--cppflags") ; then