13 lines
566 B
Text
13 lines
566 B
Text
$NetBSD: patch-cg,v 1.1 2002/06/25 06:34:41 skrll Exp $
|
|
|
|
--- noatun/modules/voiceprint/Makefile.am.orig Wed May 8 19:29:31 2002
|
|
+++ noatun/modules/voiceprint/Makefile.am
|
|
@@ -4,7 +4,7 @@
|
|
noatun_voiceprint_la_SOURCES = voiceprint.cpp prefs.cpp
|
|
|
|
noatun_voiceprint_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
-noatun_voiceprint_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la -lm
|
|
+noatun_voiceprint_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun_core.la -lm
|
|
|
|
noatun_voiceprint_la_METASOURCES = AUTO
|
|
|