From: curt Date: Thu, 30 Jul 1998 23:41:23 +0000 (+0000) Subject: Added Irix audio support. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e462e64d42ecd0ca7f11be4d048df2545d754a11;p=flightgear.git Added Irix audio support. --- diff --git a/example/Makefile.am b/example/Makefile.am index bc0d25e14..8528348b9 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -3,11 +3,15 @@ bin_PROGRAMS = example example_SOURCES = example.cxx example_LDADD = \ - $(top_builddir)/Lib/Audio/src/libsl.la \ - $(top_builddir)/Lib/Audio/src/libsm.la + $(top_builddir)/Lib/Audio/src/libsl.a \ + $(top_builddir)/Lib/Audio/src/libsm.a INCLUDES += -I$(top_builddir)/Lib/Audio/src +if ENABLE_IRIX_AUDIO +LIBS += -laudio +endif + if ENABLE_WIN32_AUDIO LIBS += -lwinmm endif