Merge lp://staging/~dobey/libubuntuone/python-srcdir into lp://staging/libubuntuone
Proposed by
dobey
Status: | Merged |
---|---|
Approved by: | dobey |
Approved revision: | 111 |
Merged at revision: | 111 |
Proposed branch: | lp://staging/~dobey/libubuntuone/python-srcdir |
Merge into: | lp://staging/libubuntuone |
Diff against target: |
14 lines (+2/-2) 1 file modified
bindings/python/Makefile.am (+2/-2) |
To merge this branch: | bzr merge lp://staging/~dobey/libubuntuone/python-srcdir |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alejandro J. Cura (community) | Approve | ||
Natalia Bidart (community) | Approve | ||
Review via email: mp+43830@code.staging.launchpad.net |
Commit message
Use $(srcdir)/ prefix for files that are disted in $(srcdir)
Description of the change
This can be tested by doing "(mkdir -p foo && cd foo && ../autogen.sh --enable-debug && make check)" in the branch. With this branch it will succeed. Without these changes, it will fail with the error mentioned in the linked bug report.
To post a comment you must log in.
Works!