Bug 114224 - cannot compile with builddir != srcdir
Summary: cannot compile with builddir != srcdir
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-11 15:54 UTC by Michael Olbrich
Modified: 2005-10-11 17:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
fix builddir != srcdir compile error (483 bytes, patch)
2005-10-11 15:59 UTC, Michael Olbrich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Olbrich 2005-10-11 15:54:23 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

for builddir != srcdir a include directory is missing in
konversation/src/linkaddressbook/Makefile.am
patch attached.
Comment 1 Michael Olbrich 2005-10-11 15:59:47 UTC
Created attachment 12944 [details]
fix builddir != srcdir compile error
Comment 2 Eike Hein 2005-10-11 17:12:39 UTC
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