From e462e64d42ecd0ca7f11be4d048df2545d754a11 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 30 Jul 1998 23:41:23 +0000 Subject: [PATCH] Added Irix audio support. --- example/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.39.5