$OpenBSD: patch-noatun-plugins_synaescope_Makefile_in,v 1.2 2003/01/27 19:29:15 espie Exp $
--- noatun-plugins/synaescope/Makefile.in.orig	Thu Jan 16 21:50:26 2003
+++ noatun-plugins/synaescope/Makefile.in	Sat Jan 18 15:40:18 2003
@@ -258,13 +258,13 @@ kde_module_LTLIBRARIES = noatunsynaescop
 
 noatunsynaescope_la_SOURCES = synaescope.cpp
 noatunsynaescope_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatunsynaescope_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
+noatunsynaescope_la_LIBADD = $(LIB_KFILE) -lknoatun -lm
 
 bin_PROGRAMS = noatunsynaescope.bin
 
 noatunsynaescope_bin_SOURCES = core.cpp main.cpp sdlwrap.cpp ui.cpp
 noatunsynaescope_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH)
-noatunsynaescope_bin_LDADD = $(LIB_KDEUI) -lnoatun $(SDL_LIBS)
+noatunsynaescope_bin_LDADD = $(LIB_KDEUI) -lknoatun $(SDL_LIBS)
 
 data_DATA = synaescope.plugin
 subdir = noatun-plugins/synaescope
