From d839bc3fa3018e54ca82055988928c76fca98496 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 26 Feb 2008 08:04:34 +0000 Subject: applied Michael Biebl's fix for building rsyslog core without gssapi support --- plugins/imtcp/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'plugins/imtcp') diff --git a/plugins/imtcp/Makefile.am b/plugins/imtcp/Makefile.am index fc4d00ae..36cff50a 100644 --- a/plugins/imtcp/Makefile.am +++ b/plugins/imtcp/Makefile.am @@ -1,4 +1,7 @@ -pkglib_LTLIBRARIES = imtcp.la imgssapi.la +pkglib_LTLIBRARIES = imtcp.la +if ENABLE_GSSAPI +pkglib_LTLIBRARIES += imgssapi.la +endif imtcp_la_SOURCES = imtcp.c imtcp_la_CPPFLAGS = -DFORCE_NO_GSS=1 -I$(top_srcdir) $(pthreads_cflags) $(mudflap_cflags) @@ -7,4 +10,4 @@ imtcp_la_LDFLAGS = $(mudflap_libs) -module -avoid-version imgssapi_la_SOURCES = imtcp.c imgssapi_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) $(mudflap_cflags) imgssapi_la_LDFLAGS = $(mudflap_libs) -module -avoid-version -imgssapi_la_LIBADD = $(gss_libs) +imgssapi_la_LIBADD = $(gss_libs) $(top_builddir)/libgssapi-misc.la -- cgit