13 lines
521 B
Plaintext
13 lines
521 B
Plaintext
$OpenBSD: patch-test_Makefile_in,v 1.2 2010/06/03 15:48:36 naddy Exp $
|
|
--- test/Makefile.in.orig Fri Mar 26 08:00:09 2010
|
|
+++ test/Makefile.in Fri May 21 22:33:39 2010
|
|
@@ -205,7 +205,7 @@ top_srcdir = @top_srcdir@
|
|
AUTOMAKE_OPTIONS = foreign
|
|
INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
|
|
test_SOURCES = util.c util.h write_read.c write_read.h test.c
|
|
-test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@
|
|
+test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ -lm
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|