13 lines
428 B
Text
13 lines
428 B
Text
$NetBSD: patch-ee,v 1.2 2002/08/25 19:23:47 jlam Exp $
|
|
|
|
--- kwin/clients/system/Makefile.am.orig Tue Feb 19 16:56:16 2002
|
|
+++ kwin/clients/system/Makefile.am
|
|
@@ -4,7 +4,7 @@
|
|
kde_module_LTLIBRARIES = kwin_system.la
|
|
|
|
kwin_system_la_SOURCES = systemclient.cpp
|
|
-kwin_system_la_LIBADD = ../../kwin.la
|
|
+kwin_system_la_LIBADD = ../../libkwin.la
|
|
kwin_system_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
|
|
METASOURCES = AUTO
|