$OpenBSD: patch-mpeglib_example_cddaplay_Makefile_am,v 1.2 2003/06/12 19:16:16 espie Exp $
--- mpeglib/example/cddaplay/Makefile.am.orig	Wed May  9 15:53:07 2001
+++ mpeglib/example/cddaplay/Makefile.am	Wed Jun 11 09:33:01 2003
@@ -10,10 +10,10 @@ cddaplay_SOURCES	=	cddaplay.cpp
 
 noinst_HEADERS		=	
 
-cddaplay_LDFLAGS	=	$(all_libraries) 
+cddaplay_LDFLAGS	=	-pthread $(all_libraries) 
 
 
-cddaplay_LDADD		=	../../lib/libmpeg.la \
+cddaplay_LDADD		=	../../lib/libkmpeg.la \
 				$(THIS_LIB_LIBS)
 
 
