$OpenBSD: patch-mpeglib_example_splay_Makefile_in,v 1.3 2003/01/27 19:53:58 espie Exp $
--- mpeglib/example/splay/Makefile.in.orig	Mon Nov 25 04:56:43 2002
+++ mpeglib/example/splay/Makefile.in	Wed Jan  1 16:18:39 2003
@@ -341,12 +341,12 @@ noinst_HEADERS = 
 
 splay_LDFLAGS = $(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_LDADD = ../../lib/libkmpeg.la \
 				$(THIS_LIB_LIBS)
 
 subdir = mpeglib/example/splay
@@ -360,12 +360,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
 
 DEFS = @DEFS@
 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
