Summary: | cannot compile with builddir != srcdir | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Michael Olbrich <michael.olbrich> |
Component: | general | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | fix builddir != srcdir compile error |
Description
Michael Olbrich
2005-10-11 15:54:23 UTC
Created attachment 12944 [details]
fix builddir != srcdir compile error
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 |