blob: ae7b9478f9ad34bfc163e26a190c32ae6fbc2931 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bq,v 1.2 2003/03/11 13:33:55 markd Exp $
--- noatun/modules/kjofol-skin/Makefile.am.orig Tue Jul 2 06:59:17 2002
+++ noatun/modules/kjofol-skin/Makefile.am
@@ -14,7 +14,7 @@ noatun_kjofol_la_SOURCES = kjloader.cpp
kjprefs.cpp kjskinselectorwidget.ui kjguisettingswidget.ui
noatun_kjofol_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatun_kjofol_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la \
+noatun_kjofol_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun_core.la \
$(LIB_KIO) -lm \
$(top_builddir)/arts/modules/libartsmodules.la
|