13 lines
454 B
Text
13 lines
454 B
Text
$NetBSD: patch-aa,v 1.1 2007/08/30 15:16:11 joerg Exp $
|
|
|
|
--- src/Makefile.am.orig 2007-08-30 13:59:11.000000000 +0000
|
|
+++ src/Makefile.am
|
|
@@ -20,7 +20,7 @@ libalut_la_SOURCES = \
|
|
alutWaveform.c
|
|
|
|
# We use sin and floor, so we might need -lm, autoconf takes care of this.
|
|
-libalut_la_LIBADD = $(LIBM)
|
|
+libalut_la_LIBADD = -lopenal $(LIBM)
|
|
|
|
# The following libtool flag is neccessary for building DLLs on Windows.
|
|
libalut_la_LDFLAGS = -no-undefined
|