summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-bf
blob: 4f911b329b04e9867c71c1507a6e286a47a2f60c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
$NetBSD: patch-bf,v 1.1.1.1 2002/05/31 13:18:59 skrll Exp $

--- khotkeys/khotkeys/Makefile.am.orig	Tue Feb 12 14:32:08 2002
+++ khotkeys/khotkeys/Makefile.am
@@ -2,12 +2,16 @@
 
 bin_PROGRAMS = khotkeys
-lib_LTLIBRARIES = khotkeys.la
+lib_LTLIBRARIES = libkhotkeys_main.la khotkeys.la
 
-khotkeys_la_SOURCES = khotkeys.cpp main.cpp khotkeys.skel
-khotkeys_la_LIBADD   = ../shared/libshared.la $(LIB_KSYCOCA)
+libkhotkeys_main_la_SOURCES = khotkeys.cpp main.cpp khotkeys.skel
+libkhotkeys_main_la_LIBADD  = ../shared/libshared.la $(LIB_KSYCOCA)
+libkhotkeys_main_la_LDFLAGS = $(all_libraries)
+
+khotkeys_la_SOURCES = khotkeys_main.cpp
+khotkeys_la_LIBADD  = libkhotkeys_main.la
 khotkeys_la_LDFLAGS = $(all_libraries) -module -avoid-version
 
-khotkeys_SOURCES = dummy.cpp
-khotkeys_LDADD   = khotkeys.la
+khotkeys_SOURCES = khotkeys_main.cpp
+khotkeys_LDADD   = libkhotkeys_main.la
 khotkeys_LDFLAGS = $(all_libraries) $(KDE_RPATH)
 
@@ -20,5 +24,2 @@
 
 METASOURCES = AUTO
-
-dummy.cpp:
-	echo > dummy.cpp