blob: 1d493d93a74069d2b426b7c541cd6fac10d39e7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bm,v 1.1.1.1 2004/01/26 15:42:37 jmmv Exp $
--- noatun/modules/kaiman/Makefile.am.orig Wed May 8 19:29:29 2002
+++ noatun/modules/kaiman/Makefile.am
@@ -9,7 +9,7 @@
pref.cpp
noatun_kaiman_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatun_kaiman_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la \
+noatun_kaiman_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun_core.la \
-lqtmcop -lkmedia2_idl -lsoundserver_idl
noatun_kaiman_la_METASOURCES = AUTO
|