From 4fcc64719cb3816a4c563e2c641ad1cda9946b50 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 25 Sep 2012 10:59:04 -0500 Subject: Adding the core library to the module. --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 -- cgit v1.2.3