Fix for compile bug in Windows DS and library configure in linux (GS).
[rtaudio.git] / configure.ac
index 422d257daf17a3c37ac72b80bc9344eaeb4dec10..13132aa7e0729e22c949b038107f7465c9d4a461 100644 (file)
@@ -48,7 +48,7 @@ AC_CANONICAL_HOST
 
 AC_SUBST( sharedlib, ["librtaudio.so"] )
 AC_SUBST( sharedname, ["librtaudio.so.\$(RELEASE)"] )
-AC_SUBST( libflags, ["-shared -Wl,-soname,\$(SHAREDLIB).\$(MAJOR) -o \$(SHAREDLIB).\$(RELEASE)"] )
+AC_SUBST( libflags, ["-shared -Wl,-soname,\$(SHARED).\$(MAJOR) -o \$(SHARED).\$(RELEASE)"] )
 case $host in
   *-apple*)
   AC_SUBST( sharedlib, ["librtaudio.dylib"] )