[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    PATCH - kdoctools Makefile
From:       Neil Stevens <neil () qualityassistant ! com>
Date:       2001-06-22 1:32:58
[Download RAW message or body]

I don't know if this is correct, but I needed this for it to compile.  
Apparently some kio includes in there have kio/ prepended, and some don't. 
 Given the choice between changing all the includes, and changing the 
makefile, I went with the one that was faster to do.

-- 
Neil Stevens
neil@qualityassistant.com

Don't think of a bug as a problem.  Think of it as a call to action.

["doctoolschange" (text/x-makefile)]

Index: Makefile.am
===================================================================
RCS file: /home/kde/kdelibs/kdoctools/Makefile.am,v
retrieving revision 1.22
diff -u -r1.22 Makefile.am
--- Makefile.am	2001/06/21 12:37:24	1.22
+++ Makefile.am	2001/06/22 01:21:40
@@ -1,6 +1,6 @@
 SUBDIRS = libxslt
 
-INCLUDES= $(all_includes) -I$(top_builddir)/kio $(LIBXML_CFLAGS)
+INCLUDES= $(all_includes) -I$(top_srcdir)/kio -I$(top_srcdir) $(LIBXML_CFLAGS)
 LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIBXML_RPATH)
 AM_CPPFLAGS = -DSRCDIR="\"$(shell (cd $(srcdir) && pwd))\"" 
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic