$OpenBSD: patch-mpeglib_example_splay_Makefile_am,v 1.2 2003/06/12 19:16:16 espie Exp $
--- mpeglib/example/splay/Makefile.am.orig	Sat Nov 24 17:34:41 2001
+++ mpeglib/example/splay/Makefile.am	Wed Jun 11 09:31:03 2003
@@ -12,13 +12,13 @@ mp3framing_SOURCES      =       mp3frami
 
 noinst_HEADERS		=	
 
-splay_LDFLAGS		=	$(all_libraries) 
+splay_LDFLAGS		=	-pthread $(all_libraries) 
 
-splay_LDADD		=	../../lib/libmpeg.la \
+splay_LDADD		=	../../lib/libkmpeg.la \
 				$(THIS_LIB_LIBS)
 
-mp3framing_LDFLAGS      =       $(all_libraries)
-mp3framing_LDADD        =       ../../lib/libmpeg.la \
+mp3framing_LDFLAGS      =       -pthread $(all_libraries)
+mp3framing_LDADD        =       ../../lib/libkmpeg.la \
 				$(THIS_LIB_LIBS)
 
 
