blob: 7b19af0370a6feb913ce531d134d99ee730a30b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bf,v 1.1 2002/06/25 06:34:34 skrll Exp $
--- noatun/modules/dcopiface/Makefile.am.orig Wed May 8 19:29:26 2002
+++ noatun/modules/dcopiface/Makefile.am
@@ -4,7 +4,7 @@
noatun_dcopiface_la_SOURCES = dcopiface.cpp dcopiface.skel
noatun_dcopiface_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatun_dcopiface_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la
+noatun_dcopiface_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun_core.la
noatun_dcopiface_la_METASOURCES = AUTO
|