efb93b17bd
buildlink2.mk files back into the main trunk.
13 lines
634 B
Text
13 lines
634 B
Text
$NetBSD: patch-bo,v 1.2 2002/08/25 19:23:39 jlam Exp $
|
|
|
|
--- kicker/extensions/childpanel/Makefile.am.orig Tue Feb 26 17:04:57 2002
|
|
+++ kicker/extensions/childpanel/Makefile.am
|
|
@@ -5,7 +5,7 @@
|
|
childpanel_panelextension_la_SOURCES = childpanelextension.cpp childpanelextension.skel
|
|
childpanel_panelextension_la_METASOURCES = AUTO
|
|
childpanel_panelextension_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -module
|
|
-childpanel_panelextension_la_LIBADD = $(LIB_KDEUI) $(LIB_KSYCOCA) ../../kicker.la
|
|
+childpanel_panelextension_la_LIBADD = $(LIB_KDEUI) $(LIB_KSYCOCA) ../../libkicker_main.la
|
|
|
|
noinst_HEADERS = childpanelextension.h
|
|
|