From 7bddf376cc1c4b2ffafdf00a3550c04db4e12487 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 9 Nov 2012 14:36:14 +0100 Subject: add pam-x2go.h to avoid multiple definitions --- src/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c99396f..960f349 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,3 @@ - pamlibdir = $(PAMMODULEDIR) pamlib_LTLIBRARIES = pam_x2go.la @@ -17,10 +16,10 @@ pam_x2go_la_CFLAGS = \ $(COVERAGE_CFLAGS) pam_x2go_la_LIBADD = \ - $(builddir)/libx2gocore.la + $(builddir)/libssh.a noinst_LTLIBRARIES = \ - libx2gocore.la + libssh.a libx2gocore_la_SOURCES = \ pam-x2go.c \ -- cgit v1.2.3