| Priority | medium |
|---|---|
| Bug ID | 64742 |
| CC | syncevolution-issues@syncevolution.org |
| Assignee | syncevolution-issues@syncevolution.org |
| Summary | Don't use builddir |
| Severity | normal |
| Classification | Unclassified |
| OS | All |
| Reporter | agx@sigxcpu.org |
| Hardware | Other |
| Status | NEW |
| Version | unspecified |
| Component | SyncEvolution |
| Product | SyncEvolution |
Created attachment 79502 [details]
Use top_builddir instead of builddir when building syncevo-local-sync
builddir isn't available in older automake so use $top_builddir instead. We've
done similar things in libvirt to cope with RHEL5.
I've only fixed the one occurence relevant to maemo but can fixup the others as
well if desired.