From kde-devel Sun Apr 14 01:22:30 2002 From: Till Krech Date: Sun, 14 Apr 2002 01:22:30 +0000 To: kde-devel Subject: kbabel trivial patch X-MARC-Message: https://marc.info/?l=kde-devel&m=101874769311037 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--------------Boundary-00=_IHAJMVJ8L3KANMTCHLNG" --------------Boundary-00=_IHAJMVJ8L3KANMTCHLNG Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, kdesdk/kbabel didn't compile anymore (in a separate build directory) for = a while because of an incorrect include path. Here is a trivial patch to kdesdk/kbabel/kbabel/Makefile.am BTW: What is the cvs commit policy concerning 'foreign' files? I have a c= vs account and could commit it myself. greetings, till=20 --------------Boundary-00=_IHAJMVJ8L3KANMTCHLNG Content-Type: text/x-makefile; charset="us-ascii"; name="Makefile.am.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Makefile.am.patch" Index: Makefile.am =================================================================== RCS file: /home/kde/kdesdk/kbabel/kbabel/Makefile.am,v retrieving revision 1.37 diff -u -p -r1.37 Makefile.am --- Makefile.am 2002/02/01 14:43:01 1.37 +++ Makefile.am 2002/04/14 01:08:12 @@ -10,7 +10,7 @@ lib_LTLIBRARIES = libkbabel.la bin_PROGRAMS = kbabel # set the include path for X, qt and KDE -INCLUDES = -I$(srcdir)/../common -I$(srcdir)/../kbabeldict -I../kbabeldict $(all_includes) +INCLUDES = -I$(srcdir)/../common -I$(srcdir)/../kbabeldict -I../common -I../kbabeldict $(all_includes) # which sources should be compiled for kbabel --------------Boundary-00=_IHAJMVJ8L3KANMTCHLNG-- >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<