Bug#47152: kate build system is missing some includes
[email protected] 29 Aug 2002 06:27:51 -0000
| Newsgroups | gmane.comp.kde.devel.kate |
|---|---|
| Message-ID | <[email protected]> |
Package: kate Version: KDE 3.0.7 CVS/CVSup/Snapshot Severity: normal Installed from: Compiled sources Compiler: gcc version 2.95.3 20010315 (release) OS: Linux OS/Compiler notes: Not Specified kate/part is missing kutils include path for kfinddialog.h and kreplacedialog.h. here's the patch: [root@valkyrie part]# cvs diff -u Makefile.am Index: Makefile.am =================================================================== RCS file: /home/kde/kdelibs/kate/part/Makefile.am,v retrieving revision 1.46 diff -u -r1.46 Makefile.am --- Makefile.am 27 Aug 2002 20:04:39 -0000 1.46 +++ Makefile.am 29 Aug 2002 06:15:21 -0000 @@ -15,6 +15,6 @@ libkatepart_la_LIBADD = ../interfaces/libkatepartinterfaces.la $(top_builddir)/kdeprint/libkdeprint.la $(top_builddir)/kutils/libkutils.la libkatepart_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(KDE_PLUGIN) -module -avoid-version -INCLUDES= -I../interfaces -I$(top_srcdir) -I$(top_srcdir)/kdeprint -I$(top_srcdir)/interfaces -I$(top_srcdir)/interfaces/kregexpeditor -I$(top_srcdir)/kdefx $(all_includes) +INCLUDES= -I../interfaces -I$(top_srcdir) -I$(top_srcdir)/kdeprint -I$(top_srcdir)/interfaces -I$(top_srcdir)/interfaces/kregexpeditor -I$(top_srcdir)/kdefx $(all_includes) -I$(top_srcdir)/kutils METASOURCES = AUTO (Submitted via bugs.kde.org) (Complete bug history is available at http://bugs.kde.org/db/47/47152.html)