$OpenBSD: patch-mpeglib_example_splay_Makefile_in,v 1.5 2003/06/12 19:16:16 espie Exp $
--- mpeglib/example/splay/Makefile.in.orig	Wed May  7 14:05:28 2003
+++ mpeglib/example/splay/Makefile.in	Wed Jun 11 09:31:12 2003
@@ -390,14 +390,14 @@ mp3framing_SOURCES = mp3framing.cpp
 
 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)
 
 subdir = mpeglib/example/splay
@@ -411,12 +411,12 @@ am_mp3framing_OBJECTS = mp3framing.$(OBJ
 #>- mp3framing_OBJECTS = $(am_mp3framing_OBJECTS)
 #>+ 1
 mp3framing_OBJECTS = mp3framing.$(OBJEXT)
-mp3framing_DEPENDENCIES = ../../lib/libmpeg.la
+mp3framing_DEPENDENCIES = ../../lib/libkmpeg.la
 am_splay_OBJECTS = splay.$(OBJEXT)
 #>- splay_OBJECTS = $(am_splay_OBJECTS)
 #>+ 1
 splay_OBJECTS = splay.$(OBJEXT)
-splay_DEPENDENCIES = ../../lib/libmpeg.la
+splay_DEPENDENCIES = ../../lib/libkmpeg.la
 
 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
