From e27555c46856475fc3686511ce8e393651de8e44 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 8 Jan 2008 16:13:42 +0000 Subject: added --enable-mudflap ./configure option --- plugins/omgssapi/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/omgssapi') diff --git a/plugins/omgssapi/Makefile.am b/plugins/omgssapi/Makefile.am index 5280a1ce..3ec18282 100644 --- a/plugins/omgssapi/Makefile.am +++ b/plugins/omgssapi/Makefile.am @@ -1,6 +1,6 @@ pkglib_LTLIBRARIES = omgssapi.la omgssapi_la_SOURCES = omgssapi.c -omgssapi_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) -omgssapi_la_LDFLAGS = -module -avoid-version +omgssapi_la_CPPFLAGS = -I$(top_srcdir) $(pthreads_cflags) $(mudflap_cflags) +omgssapi_la_LDFLAGS = $(mudflap_libs) -module -avoid-version omgssapi_la_LIBADD = $(gss_libs) -- cgit