Merge lp://staging/~amigadave/account-plugins/no-binary-plugins into lp://staging/account-plugins
Proposed by
David King
Status: | Merged |
---|---|
Approved by: | Alberto Mardegan |
Approved revision: | 86 |
Merged at revision: | 77 |
Proposed branch: | lp://staging/~amigadave/account-plugins/no-binary-plugins |
Merge into: | lp://staging/account-plugins |
Diff against target: |
764 lines (+136/-545) 11 files modified
Makefile.am (+105/-18) configure.ac (+31/-19) data/Makefile.am (+0/-5) data/icons/Makefile.am (+0/-25) data/providers/Makefile.am (+0/-23) data/webkit-options/Makefile.am (+0/-11) src/AccountPlugin.vapi (+0/-72) src/accounts.deps (+0/-1) src/accounts.vapi (+0/-200) src/signon.vapi (+0/-166) tools/Makefile.am (+0/-5) |
To merge this branch: | bzr merge lp://staging/~amigadave/account-plugins/no-binary-plugins |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alberto Mardegan (community) | Approve | ||
PS Jenkins bot (community) | continuous-integration | Needs Fixing | |
Review via email: mp+134045@code.staging.launchpad.net |
Description of the change
Allow building without binary account plugins
Also, refactor the build to use non-recursive make.
To post a comment you must log in.
Great work!!
There's only one thing missing: you didn't flatten the tools/Makefile.am, and you are not invoking it, so the account-console tool is not installed.