blob: 49b73c5a6980ff79932bd879497171a2e46fef1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2002/07/17 11:06:50 skrll Exp $
--- kbabel/kbabeldict/Makefile.in.orig Mon Mar 12 18:04:18 2001
+++ kbabel/kbabeldict/Makefile.in
@@ -214,7 +214,7 @@
# this is the program that gets installed. it's name is used for all
# of the other Makefile.am variables
-lib_LTLIBRARIES = libkbabeldict.la libkbabeldictplugin.la
+lib_LTLIBRARIES = libkbabeldictplugin.la libkbabeldict.la
bin_PROGRAMS = kbabeldict
# set the include path for X, qt and KDE
|