From: Automatic source maintenance Date: Sun, 3 Jan 2010 01:13:06 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_2_0_1~478 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=402ec5320c9238086dad431c2298a93f4e765226;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/helpers/basic_auth/PAM/Makefile.am b/helpers/basic_auth/PAM/Makefile.am index ff3f90fccb..dc2b9f2193 100644 --- a/helpers/basic_auth/PAM/Makefile.am +++ b/helpers/basic_auth/PAM/Makefile.am @@ -8,4 +8,4 @@ basic_pam_auth_SOURCES = basic_pam_auth.cc basic_pam_auth_LDADD = \ $(COMPAT_LIB) \ -lpam \ - @XTRA_LIBS@ + $(XTRA_LIBS)