diff options
author | Ted Gould <ted@gould.cx> | 2012-09-25 10:59:04 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-09-25 10:59:04 -0500 |
commit | f4bfbe63d162a21c230eb46c2b8051e95d0ea2e3 (patch) | |
tree | 68164593de3a9981067bacff3f4ac9f758e29773 /src | |
parent | b5d6533ef74d187d42bab4ab2d0de33296410e10 (diff) | |
download | libpam-x2go-f4bfbe63d162a21c230eb46c2b8051e95d0ea2e3.tar.gz libpam-x2go-f4bfbe63d162a21c230eb46c2b8051e95d0ea2e3.tar.bz2 libpam-x2go-f4bfbe63d162a21c230eb46c2b8051e95d0ea2e3.zip |
Adding the core library to the module.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
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 |