13 lines
689 B
Plaintext
13 lines
689 B
Plaintext
$OpenBSD: patch-noatun-plugins_blurscope_Makefile_in,v 1.2 2003/01/27 19:29:15 espie Exp $
|
|
--- noatun-plugins/blurscope/Makefile.in.orig Thu Jan 16 21:50:26 2003
|
|
+++ noatun-plugins/blurscope/Makefile.in Sat Jan 18 15:45:50 2003
|
|
@@ -255,7 +255,7 @@ INCLUDES = `$(SDL_CONFIG) --cflags` $(al
|
|
kde_module_LTLIBRARIES = noatunblurscope.la
|
|
noatunblurscope_la_SOURCES = sdlscope.cpp scopedisplayer.cpp
|
|
noatunblurscope_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined `$(SDL_CONFIG) --libs`
|
|
-noatunblurscope_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
|
|
+noatunblurscope_la_LIBADD = $(LIB_KFILE) -lknoatun -lm
|
|
#>- noatunblurscope_la_METASOURCES = AUTO
|
|
|
|
data_DATA = blurscope.plugin
|