[Konversation-devel] [Bug 114224] cannot compile with builddir != srcdir

Eike Hein sho at eikehein.com
Tue Oct 11 17:12:42 CEST 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=114224         
sho eikehein com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From sho eikehein com  2005-10-11 17:12 -------
SVN commit 469569 by hein:

Fix for builddir != srcdir. Patch by Michael Olbrich. Thanks!
BUG:114224


 M  +1 -1      Makefile.am  


--- trunk/extragear/network/konversation/src/linkaddressbook/Makefile.am #469568:469569
 @ -1,6 +1,6  @
 METASOURCES = AUTO
 
-AM_CPPFLAGS = $(all_includes)
+AM_CPPFLAGS = $(all_includes) -I$(top_builddir)/konversation/src
 
 noinst_LTLIBRARIES = liblinkaddressbookui.la
 noinst_HEADERS = linkaddressbookui.h kimiface.h


More information about the Konversation-devel mailing list