aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-09-25 11:05:06 -0500
committerTed Gould <ted@gould.cx>2012-09-25 11:05:06 -0500
commit9e16a9ff2d44a2d4fdb982f16547cd0d15d1ee33 (patch)
tree68164593de3a9981067bacff3f4ac9f758e29773
parentb5d6533ef74d187d42bab4ab2d0de33296410e10 (diff)
parentf4bfbe63d162a21c230eb46c2b8051e95d0ea2e3 (diff)
downloadlibpam-x2go-9e16a9ff2d44a2d4fdb982f16547cd0d15d1ee33.tar.gz
libpam-x2go-9e16a9ff2d44a2d4fdb982f16547cd0d15d1ee33.tar.bz2
libpam-x2go-9e16a9ff2d44a2d4fdb982f16547cd0d15d1ee33.zip
Adding the compiled lib to the link.
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0fafb8a..34d1ddd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,6 +16,9 @@ pam_freerdp_la_CFLAGS = \
-DAUTH_CHECK="\"$(pkglibexecdir)/freerdp-auth-check\"" \
$(COVERAGE_CFLAGS)
+pam_freerdp_la_LIBADD = \
+ $(builddir)/libfreerdpcore.la
+
noinst_LTLIBRARIES = \
libfreerdpcore.la