blob: fd6ef3a290d38560edcadfe9bd0f80aae15631f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bq,v 1.1 2002/06/25 06:34:37 skrll Exp $
--- noatun/modules/kjofol-skin/Makefile.am.orig Wed May 8 19:29:29 2002
+++ noatun/modules/kjofol-skin/Makefile.am
@@ -13,7 +13,7 @@
noatunui.cpp parser.cpp kjprefs.cpp kjprefswidget.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
|