blob: aad2c60780d1adf8f23e35768b1f0775fa78def9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bo,v 1.1 2002/06/25 06:34:37 skrll Exp $
--- noatun/modules/keyz/Makefile.am.orig Wed May 8 19:29:29 2002
+++ noatun/modules/keyz/Makefile.am
@@ -4,7 +4,7 @@
noatun_keyz_la_SOURCES = keyz.cpp
noatun_keyz_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatun_keyz_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la
+noatun_keyz_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun_core.la
noatun_keyz_la_METASOURCES = AUTO
|