Merge lp:~ted/libpam-freerdp/link-fix into lp:libpam-freerdp

Proposed by Ted Gould
Status: Merged
Approved by: Ted Gould
Approved revision: 37
Merged at revision: 37
Proposed branch: lp:~ted/libpam-freerdp/link-fix
Merge into: lp:libpam-freerdp
Diff against target: 12 lines (+3/-0)
1 file modified
src/Makefile.am (+3/-0)
To merge this branch: bzr merge lp:~ted/libpam-freerdp/link-fix
Reviewer Review Type Date Requested Status
David Barth (community) Approve
Ted Gould (community) Approve
jenkins continuous-integration Pending
Review via email: mp+126282@code.launchpad.net

Commit message

Adding back the actual PAM code to the module.

Description of the change

Adding the compiled lib to the link.

To post a comment you must log in.
Revision history for this message
Ted Gould (ted) :
review: Approve
Revision history for this message
David Barth (dbarth) wrote :

works

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Makefile.am'
2--- src/Makefile.am 2012-09-19 21:42:55 +0000
3+++ src/Makefile.am 2012-09-25 16:01:35 +0000
4@@ -16,6 +16,9 @@
5 -DAUTH_CHECK="\"$(pkglibexecdir)/freerdp-auth-check\"" \
6 $(COVERAGE_CFLAGS)
7
8+pam_freerdp_la_LIBADD = \
9+ $(builddir)/libfreerdpcore.la
10+
11 noinst_LTLIBRARIES = \
12 libfreerdpcore.la
13

Subscribers

People subscribed via source and target branches

to all changes: